Shades of Iris Blue #02BDD0
Tints of Iris Blue #02BDD0
RGB
CMYK
RGB Variations
Color information
#02BDD0 (or 0x02BDD0) is known color: Iris Blue. HEX triplet: 02, BD and D0. RGB value is (2,189,208). Sum of RGB (Red+Green+Blue) = 2+189+208=399 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 208 (81.64% from 255 or 52.13% from 399); Max value from RGB is 208 - color contains mainly: blue. Hex color #02BDD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BDD0 is #FD422F. Grayscale: #868686. Windows color (decimal): -16597552 or 13679874. OLE color: 13679874.
HSL color Cylindrical-coordinate representation of color #02BDD0: hue angle of 185.53º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BDD0 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 189 | 208 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.18 |
| HSL | 185.53º | 0.98% | 0.41% | - |
| HSV(B) | 185.53º | 0.99% | 0.82% | - |
| XYZ | 29.61 | 40.96 | 66.02 | - |
| YUV | 135.25 | 169.05 | 32.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 189 | 208 | 0.99 | 0.09 | 0 | 0.18 | 185.53 | 0.98 | 0.41 |
| Hex | 2 | BD | D0 | 63 | 9 | 0 | 12 | BA | 62 | 29 |
| Octal | 2 | 275 | 320 | 143 | 11 | 0 | 22 | 272 | 142 | 51 |
| Binary | 10 | 10111101 | 11010000 | 1100011 | 1001 | 0 | 10010 | 10111010 | 1100010 | 101001 |
Color Harmonies of #02BDD0
Complementary color
Monochromatic Colors of #02BDD0
Black with #02BDD0
Text Example
Text Example
White with #02BDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BDD0; }
p { color: rgb(2,189,208); }
H1.HeaderClassName
{
color: #02BDD0;
}
.AnyTagClassName
{
color: #02BDD0;
}
</style>
background-color css
<style>
a { background-color: #02BDD0; }
a { background-color: rgb(2,189,208); }
div.DivClassName
{
background-color: #02BDD0;
}
.BgClassName
{
background-color: #02BDD0;
}
</style>
border-color css
<style>
span { border-color: #02BDD0; }
span { border-color: rgb(2,189,208); }
td.TdClassName
{
border-color: #02BDD0;
}
.TagClassName
{
border-color: #02BDD0;
}
</style>