Shades of Iris Blue #02ADE4
Tints of Iris Blue #02ADE4
RGB
CMYK
RGB Variations
Color information
#02ADE4 (or 0x02ADE4) is known color: Iris Blue. HEX triplet: 02, AD and E4. RGB value is (2,173,228). Sum of RGB (Red+Green+Blue) = 2+173+228=403 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 228 (89.45% from 255 or 56.58% from 403); Max value from RGB is 228 - color contains mainly: blue. Hex color #02ADE4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ADE4 is #FD521B. Grayscale: #7F7F7F. Windows color (decimal): -16601628 or 14986498. OLE color: 14986498.
HSL color Cylindrical-coordinate representation of color #02ADE4: hue angle of 194.6º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ADE4 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 173 | 228 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.11 |
| HSL | 194.6º | 0.98% | 0.45% | - |
| HSV(B) | 194.6º | 0.99% | 0.89% | - |
| XYZ | 28.97 | 35.5 | 78.72 | - |
| YUV | 128.14 | 184.35 | 38.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 228 | 0.99 | 0.24 | 0 | 0.11 | 194.6 | 0.98 | 0.45 |
| Hex | 2 | AD | E4 | 63 | 18 | 0 | B | C3 | 62 | 2D |
| Octal | 2 | 255 | 344 | 143 | 30 | 0 | 13 | 303 | 142 | 55 |
| Binary | 10 | 10101101 | 11100100 | 1100011 | 11000 | 0 | 1011 | 11000011 | 1100010 | 101101 |
Color Harmonies of #02ADE4
Complementary color
Monochromatic Colors of #02ADE4
Black with #02ADE4
Text Example
Text Example
White with #02ADE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ADE4; }
p { color: rgb(2,173,228); }
H1.HeaderClassName
{
color: #02ADE4;
}
.AnyTagClassName
{
color: #02ADE4;
}
</style>
background-color css
<style>
a { background-color: #02ADE4; }
a { background-color: rgb(2,173,228); }
div.DivClassName
{
background-color: #02ADE4;
}
.BgClassName
{
background-color: #02ADE4;
}
</style>
border-color css
<style>
span { border-color: #02ADE4; }
span { border-color: rgb(2,173,228); }
td.TdClassName
{
border-color: #02ADE4;
}
.TagClassName
{
border-color: #02ADE4;
}
</style>