Shades of Iris Blue #02BDB9
Tints of Iris Blue #02BDB9
RGB
CMYK
RGB Variations
Color information
#02BDB9 (or 0x02BDB9) is known color: Iris Blue. HEX triplet: 02, BD and B9. RGB value is (2,189,185). Sum of RGB (Red+Green+Blue) = 2+189+185=376 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 185 (72.66% from 255 or 49.20% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #02BDB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BDB9 is #FD4246. Grayscale: #848484. Windows color (decimal): -16597575 or 12172546. OLE color: 12172546.
HSL color Cylindrical-coordinate representation of color #02BDB9: hue angle of 178.72º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BDB9 is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 189 | 185 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.26 |
| HSL | 178.72º | 0.98% | 0.37% | - |
| HSV(B) | 178.72º | 0.99% | 0.74% | - |
| XYZ | 26.98 | 39.91 | 52.18 | - |
| YUV | 132.63 | 157.55 | 34.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 189 | 185 | 0.99 | 0 | 0.02 | 0.26 | 178.72 | 0.98 | 0.37 |
| Hex | 2 | BD | B9 | 63 | 0 | 2 | 1A | B3 | 62 | 25 |
| Octal | 2 | 275 | 271 | 143 | 0 | 2 | 32 | 263 | 142 | 45 |
| Binary | 10 | 10111101 | 10111001 | 1100011 | 0 | 10 | 11010 | 10110011 | 1100010 | 100101 |
Color Harmonies of #02BDB9
Complementary color
Monochromatic Colors of #02BDB9
Black with #02BDB9
Text Example
Text Example
White with #02BDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BDB9; }
p { color: rgb(2,189,185); }
H1.HeaderClassName
{
color: #02BDB9;
}
.AnyTagClassName
{
color: #02BDB9;
}
</style>
background-color css
<style>
a { background-color: #02BDB9; }
a { background-color: rgb(2,189,185); }
div.DivClassName
{
background-color: #02BDB9;
}
.BgClassName
{
background-color: #02BDB9;
}
</style>
border-color css
<style>
span { border-color: #02BDB9; }
span { border-color: rgb(2,189,185); }
td.TdClassName
{
border-color: #02BDB9;
}
.TagClassName
{
border-color: #02BDB9;
}
</style>