Shades of Iris Blue #02ADE0
Tints of Iris Blue #02ADE0
RGB
CMYK
RGB Variations
Color information
#02ADE0 (or 0x02ADE0) is known color: Iris Blue. HEX triplet: 02, AD and E0. RGB value is (2,173,224). Sum of RGB (Red+Green+Blue) = 2+173+224=399 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 224 (87.89% from 255 or 56.14% from 399); Max value from RGB is 224 - color contains mainly: blue. Hex color #02ADE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ADE0 is #FD521F. Grayscale: #7F7F7F. Windows color (decimal): -16601632 or 14724354. OLE color: 14724354.
HSL color Cylindrical-coordinate representation of color #02ADE0: hue angle of 193.78º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ADE0 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 173 | 224 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.12 |
| HSL | 193.78º | 0.98% | 0.44% | - |
| HSV(B) | 193.78º | 0.99% | 0.88% | - |
| XYZ | 28.42 | 35.28 | 75.83 | - |
| YUV | 127.69 | 182.35 | 38.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 224 | 0.99 | 0.23 | 0 | 0.12 | 193.78 | 0.98 | 0.44 |
| Hex | 2 | AD | E0 | 63 | 17 | 0 | C | C2 | 62 | 2C |
| Octal | 2 | 255 | 340 | 143 | 27 | 0 | 14 | 302 | 142 | 54 |
| Binary | 10 | 10101101 | 11100000 | 1100011 | 10111 | 0 | 1100 | 11000010 | 1100010 | 101100 |
Color Harmonies of #02ADE0
Complementary color
Monochromatic Colors of #02ADE0
Black with #02ADE0
Text Example
Text Example
White with #02ADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ADE0; }
p { color: rgb(2,173,224); }
H1.HeaderClassName
{
color: #02ADE0;
}
.AnyTagClassName
{
color: #02ADE0;
}
</style>
background-color css
<style>
a { background-color: #02ADE0; }
a { background-color: rgb(2,173,224); }
div.DivClassName
{
background-color: #02ADE0;
}
.BgClassName
{
background-color: #02ADE0;
}
</style>
border-color css
<style>
span { border-color: #02ADE0; }
span { border-color: rgb(2,173,224); }
td.TdClassName
{
border-color: #02ADE0;
}
.TagClassName
{
border-color: #02ADE0;
}
</style>