Shades of Iris Blue #02AEDC
Tints of Iris Blue #02AEDC
RGB
CMYK
RGB Variations
Color information
#02AEDC (or 0x02AEDC) is known color: Iris Blue. HEX triplet: 02, AE and DC. RGB value is (2,174,220). Sum of RGB (Red+Green+Blue) = 2+174+220=396 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #02AEDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02AEDC is #FD5123. Grayscale: #7F7F7F. Windows color (decimal): -16601380 or 14462466. OLE color: 14462466.
HSL color Cylindrical-coordinate representation of color #02AEDC: hue angle of 192.66º 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 #02AEDC is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 174 | 220 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.14 |
| HSL | 192.66º | 0.98% | 0.44% | - |
| HSV(B) | 192.66º | 0.99% | 0.86% | - |
| XYZ | 28.08 | 35.45 | 73.07 | - |
| YUV | 127.82 | 180.02 | 38.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 174 | 220 | 0.99 | 0.21 | 0 | 0.14 | 192.66 | 0.98 | 0.44 |
| Hex | 2 | AE | DC | 63 | 15 | 0 | E | C1 | 62 | 2C |
| Octal | 2 | 256 | 334 | 143 | 25 | 0 | 16 | 301 | 142 | 54 |
| Binary | 10 | 10101110 | 11011100 | 1100011 | 10101 | 0 | 1110 | 11000001 | 1100010 | 101100 |
Color Harmonies of #02AEDC
Complementary color
Monochromatic Colors of #02AEDC
Black with #02AEDC
Text Example
Text Example
White with #02AEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AEDC; }
p { color: rgb(2,174,220); }
H1.HeaderClassName
{
color: #02AEDC;
}
.AnyTagClassName
{
color: #02AEDC;
}
</style>
background-color css
<style>
a { background-color: #02AEDC; }
a { background-color: rgb(2,174,220); }
div.DivClassName
{
background-color: #02AEDC;
}
.BgClassName
{
background-color: #02AEDC;
}
</style>
border-color css
<style>
span { border-color: #02AEDC; }
span { border-color: rgb(2,174,220); }
td.TdClassName
{
border-color: #02AEDC;
}
.TagClassName
{
border-color: #02AEDC;
}
</style>