Shades of Iris Blue #02B9DB
Tints of Iris Blue #02B9DB
RGB
CMYK
RGB Variations
Color information
#02B9DB (or 0x02B9DB) is known color: Iris Blue. HEX triplet: 02, B9 and DB. RGB value is (2,185,219). Sum of RGB (Red+Green+Blue) = 2+185+219=406 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #02B9DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02B9DB is #FD4624. Grayscale: #858585. Windows color (decimal): -16598565 or 14399746. OLE color: 14399746.
HSL color Cylindrical-coordinate representation of color #02B9DB: hue angle of 189.4º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B9DB is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 185 | 219 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.14 |
| HSL | 189.4º | 0.98% | 0.43% | - |
| HSV(B) | 189.4º | 0.99% | 0.86% | - |
| XYZ | 30.16 | 39.83 | 73.12 | - |
| YUV | 134.16 | 175.87 | 33.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 185 | 219 | 0.99 | 0.16 | 0 | 0.14 | 189.4 | 0.98 | 0.43 |
| Hex | 2 | B9 | DB | 63 | 10 | 0 | E | BD | 62 | 2B |
| Octal | 2 | 271 | 333 | 143 | 20 | 0 | 16 | 275 | 142 | 53 |
| Binary | 10 | 10111001 | 11011011 | 1100011 | 10000 | 0 | 1110 | 10111101 | 1100010 | 101011 |
Color Harmonies of #02B9DB
Complementary color
Monochromatic Colors of #02B9DB
Black with #02B9DB
Text Example
Text Example
White with #02B9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B9DB; }
p { color: rgb(2,185,219); }
H1.HeaderClassName
{
color: #02B9DB;
}
.AnyTagClassName
{
color: #02B9DB;
}
</style>
background-color css
<style>
a { background-color: #02B9DB; }
a { background-color: rgb(2,185,219); }
div.DivClassName
{
background-color: #02B9DB;
}
.BgClassName
{
background-color: #02B9DB;
}
</style>
border-color css
<style>
span { border-color: #02B9DB; }
span { border-color: rgb(2,185,219); }
td.TdClassName
{
border-color: #02B9DB;
}
.TagClassName
{
border-color: #02B9DB;
}
</style>