Shades of Iris Blue #02B1DC
Tints of Iris Blue #02B1DC
RGB
CMYK
RGB Variations
Color information
#02B1DC (or 0x02B1DC) is known color: Iris Blue. HEX triplet: 02, B1 and DC. RGB value is (2,177,220). Sum of RGB (Red+Green+Blue) = 2+177+220=399 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #02B1DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02B1DC is #FD4E23. Grayscale: #818181. Windows color (decimal): -16600612 or 14463234. OLE color: 14463234.
HSL color Cylindrical-coordinate representation of color #02B1DC: hue angle of 191.83º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B1DC is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 177 | 220 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.14 |
| HSL | 191.83º | 0.98% | 0.44% | - |
| HSV(B) | 191.83º | 0.99% | 0.86% | - |
| XYZ | 28.67 | 36.62 | 73.27 | - |
| YUV | 129.58 | 179.02 | 37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 177 | 220 | 0.99 | 0.20 | 0 | 0.14 | 191.83 | 0.98 | 0.44 |
| Hex | 2 | B1 | DC | 63 | 14 | 0 | E | C0 | 62 | 2C |
| Octal | 2 | 261 | 334 | 143 | 24 | 0 | 16 | 300 | 142 | 54 |
| Binary | 10 | 10110001 | 11011100 | 1100011 | 10100 | 0 | 1110 | 11000000 | 1100010 | 101100 |
Color Harmonies of #02B1DC
Complementary color
Monochromatic Colors of #02B1DC
Black with #02B1DC
Text Example
Text Example
White with #02B1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B1DC; }
p { color: rgb(2,177,220); }
H1.HeaderClassName
{
color: #02B1DC;
}
.AnyTagClassName
{
color: #02B1DC;
}
</style>
background-color css
<style>
a { background-color: #02B1DC; }
a { background-color: rgb(2,177,220); }
div.DivClassName
{
background-color: #02B1DC;
}
.BgClassName
{
background-color: #02B1DC;
}
</style>
border-color css
<style>
span { border-color: #02B1DC; }
span { border-color: rgb(2,177,220); }
td.TdClassName
{
border-color: #02B1DC;
}
.TagClassName
{
border-color: #02B1DC;
}
</style>