Shades of Iris Blue #02B2DC
Tints of Iris Blue #02B2DC
RGB
CMYK
RGB Variations
Color information
#02B2DC (or 0x02B2DC) is known color: Iris Blue. HEX triplet: 02, B2 and DC. RGB value is (2,178,220). Sum of RGB (Red+Green+Blue) = 2+178+220=400 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.5% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #02B2DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02B2DC is #FD4D23. Grayscale: #818181. Windows color (decimal): -16600356 or 14463490. OLE color: 14463490.
HSL color Cylindrical-coordinate representation of color #02B2DC: hue angle of 191.56º 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 #02B2DC is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 178 | 220 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.14 |
| HSL | 191.56º | 0.98% | 0.44% | - |
| HSV(B) | 191.56º | 0.99% | 0.86% | - |
| XYZ | 28.86 | 37.02 | 73.33 | - |
| YUV | 130.16 | 178.69 | 36.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 178 | 220 | 0.99 | 0.19 | 0 | 0.14 | 191.56 | 0.98 | 0.44 |
| Hex | 2 | B2 | DC | 63 | 13 | 0 | E | C0 | 62 | 2C |
| Octal | 2 | 262 | 334 | 143 | 23 | 0 | 16 | 300 | 142 | 54 |
| Binary | 10 | 10110010 | 11011100 | 1100011 | 10011 | 0 | 1110 | 11000000 | 1100010 | 101100 |
Color Harmonies of #02B2DC
Complementary color
Monochromatic Colors of #02B2DC
Black with #02B2DC
Text Example
Text Example
White with #02B2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B2DC; }
p { color: rgb(2,178,220); }
H1.HeaderClassName
{
color: #02B2DC;
}
.AnyTagClassName
{
color: #02B2DC;
}
</style>
background-color css
<style>
a { background-color: #02B2DC; }
a { background-color: rgb(2,178,220); }
div.DivClassName
{
background-color: #02B2DC;
}
.BgClassName
{
background-color: #02B2DC;
}
</style>
border-color css
<style>
span { border-color: #02B2DC; }
span { border-color: rgb(2,178,220); }
td.TdClassName
{
border-color: #02B2DC;
}
.TagClassName
{
border-color: #02B2DC;
}
</style>