#00bdd5

Color #00BDD5 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #00BDD5

Tints of Iris Blue #00BDD5

Color information

#00BDD5 (or 0x00BDD5) is unknown color: approx Iris Blue. HEX triplet: 00, BD and D5. RGB value is (0,189,213). Sum of RGB (Red+Green+Blue) = 0+189+213=402 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 402); Green value is 189 (74.22% from 255 or 47.01% from 402); Blue value is 213 (83.59% from 255 or 52.99% from 402); Max value from RGB is 213 - color contains mainly: blue. Hex color #00BDD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BDD5 is #FF422A. Grayscale: #868686. Windows color (decimal): -16728619 or 14007552. OLE color: 14007552.

HSL color Cylindrical-coordinate representation of color #00BDD5: hue angle of 186.76º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BDD5 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB0189213-
CMYK10.1100.16
HSL186.76º100%41.76%-
HSV(B)186.76º100%83.53%-
XYZ30.2141.269.31-
YUV135.22171.8831.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 189 (74.22% from 255) = 47.01%
BLUE value IS 213 (83.59% from 255) = 52.99%
R=0%
G=47.01%
B=52.99%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal018921310.1100.16186.7610041.76
Hex0BDD564B010bb642a
Octal02753251441302027314452
Binary0101111011101010111001001011010000101110111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00bdd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00bdd5; }

 p { color: rgb(0,189,213); }

 H1.HeaderClassName
 {
   color: #00bdd5;
 }
 .AnyTagClassName
 {
   color: #00bdd5;
 }
</style>
background-color css

<style>
 a { background-color: #00bdd5; }

 a { background-color: rgb(0,189,213); }

 div.DivClassName
 {
   background-color: #00bdd5;
 }
 .BgClassName
 {
   background-color: #00bdd5;
 }
</style>
border-color css

<style>
 span { border-color: #00bdd5; }

 span { border-color: rgb(0,189,213); }

 td.TdClassName
 {
   border-color: #00bdd5;
 }
 .TagClassName
 {
   border-color: #00bdd5;
 }
</style>