Shades of Iris Blue #02ADCE
Tints of Iris Blue #02ADCE
RGB
CMYK
RGB Variations
Color information
#02ADCE (or 0x02ADCE) is known color: Iris Blue. HEX triplet: 02, AD and CE. RGB value is (2,173,206). Sum of RGB (Red+Green+Blue) = 2+173+206=381 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #02ADCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ADCE is #FD5231. Grayscale: #7D7D7D. Windows color (decimal): -16601650 or 13544706. OLE color: 13544706.
HSL color Cylindrical-coordinate representation of color #02ADCE: hue angle of 189.71º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ADCE is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 173 | 206 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.19 |
| HSL | 189.71º | 0.98% | 0.41% | - |
| HSV(B) | 189.71º | 0.99% | 0.81% | - |
| XYZ | 26.11 | 34.36 | 63.65 | - |
| YUV | 125.63 | 173.35 | 39.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 206 | 0.99 | 0.16 | 0 | 0.19 | 189.71 | 0.98 | 0.41 |
| Hex | 2 | AD | CE | 63 | 10 | 0 | 13 | BE | 62 | 29 |
| Octal | 2 | 255 | 316 | 143 | 20 | 0 | 23 | 276 | 142 | 51 |
| Binary | 10 | 10101101 | 11001110 | 1100011 | 10000 | 0 | 10011 | 10111110 | 1100010 | 101001 |
Color Harmonies of #02ADCE
Complementary color
Monochromatic Colors of #02ADCE
Black with #02ADCE
Text Example
Text Example
White with #02ADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ADCE; }
p { color: rgb(2,173,206); }
H1.HeaderClassName
{
color: #02ADCE;
}
.AnyTagClassName
{
color: #02ADCE;
}
</style>
background-color css
<style>
a { background-color: #02ADCE; }
a { background-color: rgb(2,173,206); }
div.DivClassName
{
background-color: #02ADCE;
}
.BgClassName
{
background-color: #02ADCE;
}
</style>
border-color css
<style>
span { border-color: #02ADCE; }
span { border-color: rgb(2,173,206); }
td.TdClassName
{
border-color: #02ADCE;
}
.TagClassName
{
border-color: #02ADCE;
}
</style>