Shades of Iris Blue #02ADDA
Tints of Iris Blue #02ADDA
RGB
CMYK
RGB Variations
Color information
#02ADDA (or 0x02ADDA) is known color: Iris Blue. HEX triplet: 02, AD and DA. RGB value is (2,173,218). Sum of RGB (Red+Green+Blue) = 2+173+218=393 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #02ADDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ADDA is #FD5225. Grayscale: #7E7E7E. Windows color (decimal): -16601638 or 14331138. OLE color: 14331138.
HSL color Cylindrical-coordinate representation of color #02ADDA: hue angle of 192.5º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ADDA is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 173 | 218 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.15 |
| HSL | 192.5º | 0.98% | 0.43% | - |
| HSV(B) | 192.5º | 0.99% | 0.85% | - |
| XYZ | 27.62 | 34.96 | 71.62 | - |
| YUV | 127 | 179.35 | 38.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 218 | 0.99 | 0.21 | 0 | 0.15 | 192.5 | 0.98 | 0.43 |
| Hex | 2 | AD | DA | 63 | 15 | 0 | F | C0 | 62 | 2B |
| Octal | 2 | 255 | 332 | 143 | 25 | 0 | 17 | 300 | 142 | 53 |
| Binary | 10 | 10101101 | 11011010 | 1100011 | 10101 | 0 | 1111 | 11000000 | 1100010 | 101011 |
Color Harmonies of #02ADDA
Complementary color
Monochromatic Colors of #02ADDA
Black with #02ADDA
Text Example
Text Example
White with #02ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ADDA; }
p { color: rgb(2,173,218); }
H1.HeaderClassName
{
color: #02ADDA;
}
.AnyTagClassName
{
color: #02ADDA;
}
</style>
background-color css
<style>
a { background-color: #02ADDA; }
a { background-color: rgb(2,173,218); }
div.DivClassName
{
background-color: #02ADDA;
}
.BgClassName
{
background-color: #02ADDA;
}
</style>
border-color css
<style>
span { border-color: #02ADDA; }
span { border-color: rgb(2,173,218); }
td.TdClassName
{
border-color: #02ADDA;
}
.TagClassName
{
border-color: #02ADDA;
}
</style>