Shades of Iris Blue #02B0DB
Tints of Iris Blue #02B0DB
RGB
CMYK
RGB Variations
Color information
#02B0DB (or 0x02B0DB) is known color: Iris Blue. HEX triplet: 02, B0 and DB. RGB value is (2,176,219). Sum of RGB (Red+Green+Blue) = 2+176+219=397 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 397); Green value is 176 (69.14% from 255 or 44.33% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #02B0DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02B0DB is #FD4F24. Grayscale: #808080. Windows color (decimal): -16600869 or 14397442. OLE color: 14397442.
HSL color Cylindrical-coordinate representation of color #02B0DB: hue angle of 191.89º 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 #02B0DB is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 176 | 219 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.14 |
| HSL | 191.89º | 0.98% | 0.43% | - |
| HSV(B) | 191.89º | 0.99% | 0.86% | - |
| XYZ | 28.34 | 36.18 | 72.51 | - |
| YUV | 128.88 | 178.85 | 37.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 176 | 219 | 0.99 | 0.20 | 0 | 0.14 | 191.89 | 0.98 | 0.43 |
| Hex | 2 | B0 | DB | 63 | 14 | 0 | E | C0 | 62 | 2B |
| Octal | 2 | 260 | 333 | 143 | 24 | 0 | 16 | 300 | 142 | 53 |
| Binary | 10 | 10110000 | 11011011 | 1100011 | 10100 | 0 | 1110 | 11000000 | 1100010 | 101011 |
Color Harmonies of #02B0DB
Complementary color
Monochromatic Colors of #02B0DB
Black with #02B0DB
Text Example
Text Example
White with #02B0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B0DB; }
p { color: rgb(2,176,219); }
H1.HeaderClassName
{
color: #02B0DB;
}
.AnyTagClassName
{
color: #02B0DB;
}
</style>
background-color css
<style>
a { background-color: #02B0DB; }
a { background-color: rgb(2,176,219); }
div.DivClassName
{
background-color: #02B0DB;
}
.BgClassName
{
background-color: #02B0DB;
}
</style>
border-color css
<style>
span { border-color: #02B0DB; }
span { border-color: rgb(2,176,219); }
td.TdClassName
{
border-color: #02B0DB;
}
.TagClassName
{
border-color: #02B0DB;
}
</style>