Shades of Iris Blue #02B9C0
Tints of Iris Blue #02B9C0
RGB
CMYK
RGB Variations
Color information
#02B9C0 (or 0x02B9C0) is known color: Iris Blue. HEX triplet: 02, B9 and C0. RGB value is (2,185,192). Sum of RGB (Red+Green+Blue) = 2+185+192=379 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 379); Green value is 185 (72.66% from 255 or 48.81% from 379); Blue value is 192 (75.39% from 255 or 50.66% from 379); Max value from RGB is 192 - color contains mainly: blue. Hex color #02B9C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02B9C0 is #FD463F. Grayscale: #828282. Windows color (decimal): -16598592 or 12630274. OLE color: 12630274.
HSL color Cylindrical-coordinate representation of color #02B9C0: hue angle of 182.21º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B9C0 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 185 | 192 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.25 |
| HSL | 182.21º | 0.98% | 0.38% | - |
| HSV(B) | 182.21º | 0.99% | 0.75% | - |
| XYZ | 26.89 | 38.52 | 55.89 | - |
| YUV | 131.08 | 162.37 | 35.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 185 | 192 | 0.99 | 0.04 | 0 | 0.25 | 182.21 | 0.98 | 0.38 |
| Hex | 2 | B9 | C0 | 63 | 4 | 0 | 19 | B6 | 62 | 26 |
| Octal | 2 | 271 | 300 | 143 | 4 | 0 | 31 | 266 | 142 | 46 |
| Binary | 10 | 10111001 | 11000000 | 1100011 | 100 | 0 | 11001 | 10110110 | 1100010 | 100110 |
Color Harmonies of #02B9C0
Complementary color
Monochromatic Colors of #02B9C0
Black with #02B9C0
Text Example
Text Example
White with #02B9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B9C0; }
p { color: rgb(2,185,192); }
H1.HeaderClassName
{
color: #02B9C0;
}
.AnyTagClassName
{
color: #02B9C0;
}
</style>
background-color css
<style>
a { background-color: #02B9C0; }
a { background-color: rgb(2,185,192); }
div.DivClassName
{
background-color: #02B9C0;
}
.BgClassName
{
background-color: #02B9C0;
}
</style>
border-color css
<style>
span { border-color: #02B9C0; }
span { border-color: rgb(2,185,192); }
td.TdClassName
{
border-color: #02B9C0;
}
.TagClassName
{
border-color: #02B9C0;
}
</style>