Shades of Iris Blue #00BDD2
Tints of Iris Blue #00BDD2
RGB
CMYK
RGB Variations
Color information
#00BDD2 (or 0x00BDD2) is known color: Iris Blue. HEX triplet: 00, BD and D2. RGB value is (0,189,210). Sum of RGB (Red+Green+Blue) = 0+189+210=399 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 210 (82.42% from 255 or 52.63% from 399); Max value from RGB is 210 - color contains mainly: blue. Hex color #00BDD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BDD2 is #FF422D. Grayscale: #868686. Windows color (decimal): -16728622 or 13810944. OLE color: 13810944.
HSL color Cylindrical-coordinate representation of color #00BDD2: hue angle of 186º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BDD2 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 189 | 210 | - |
| CMYK | 1 | 0.10 | 0 | 0.18 |
| HSL | 186º | 1% | 0.41% | - |
| HSV(B) | 186º | 1% | 0.82% | - |
| XYZ | 29.83 | 41.05 | 67.32 | - |
| YUV | 134.88 | 170.38 | 31.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 189 | 210 | 1 | 0.10 | 0 | 0.18 | 186 | 1 | 0.41 |
| Hex | 0 | BD | D2 | 64 | A | 0 | 12 | BA | 64 | 29 |
| Octal | 0 | 275 | 322 | 144 | 12 | 0 | 22 | 272 | 144 | 51 |
| Binary | 0 | 10111101 | 11010010 | 1100100 | 1010 | 0 | 10010 | 10111010 | 1100100 | 101001 |
Color Harmonies of #00BDD2
Complementary color
Monochromatic Colors of #00BDD2
Black with #00BDD2
Text Example
Text Example
White with #00BDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BDD2; }
p { color: rgb(0,189,210); }
H1.HeaderClassName
{
color: #00BDD2;
}
.AnyTagClassName
{
color: #00BDD2;
}
</style>
background-color css
<style>
a { background-color: #00BDD2; }
a { background-color: rgb(0,189,210); }
div.DivClassName
{
background-color: #00BDD2;
}
.BgClassName
{
background-color: #00BDD2;
}
</style>
border-color css
<style>
span { border-color: #00BDD2; }
span { border-color: rgb(0,189,210); }
td.TdClassName
{
border-color: #00BDD2;
}
.TagClassName
{
border-color: #00BDD2;
}
</style>