Shades of Iris Blue #02AFDC
Tints of Iris Blue #02AFDC
RGB
CMYK
RGB Variations
Color information
#02AFDC (or 0x02AFDC) is known color: Iris Blue. HEX triplet: 02, AF and DC. RGB value is (2,175,220). Sum of RGB (Red+Green+Blue) = 2+175+220=397 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #02AFDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02AFDC is #FD5023. Grayscale: #808080. Windows color (decimal): -16601124 or 14462722. OLE color: 14462722.
HSL color Cylindrical-coordinate representation of color #02AFDC: hue angle of 192.39º 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 #02AFDC is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 175 | 220 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.14 |
| HSL | 192.39º | 0.98% | 0.44% | - |
| HSV(B) | 192.39º | 0.99% | 0.86% | - |
| XYZ | 28.27 | 35.84 | 73.14 | - |
| YUV | 128.4 | 179.69 | 37.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 175 | 220 | 0.99 | 0.20 | 0 | 0.14 | 192.39 | 0.98 | 0.44 |
| Hex | 2 | AF | DC | 63 | 14 | 0 | E | C0 | 62 | 2C |
| Octal | 2 | 257 | 334 | 143 | 24 | 0 | 16 | 300 | 142 | 54 |
| Binary | 10 | 10101111 | 11011100 | 1100011 | 10100 | 0 | 1110 | 11000000 | 1100010 | 101100 |
Color Harmonies of #02AFDC
Complementary color
Monochromatic Colors of #02AFDC
Black with #02AFDC
Text Example
Text Example
White with #02AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AFDC; }
p { color: rgb(2,175,220); }
H1.HeaderClassName
{
color: #02AFDC;
}
.AnyTagClassName
{
color: #02AFDC;
}
</style>
background-color css
<style>
a { background-color: #02AFDC; }
a { background-color: rgb(2,175,220); }
div.DivClassName
{
background-color: #02AFDC;
}
.BgClassName
{
background-color: #02AFDC;
}
</style>
border-color css
<style>
span { border-color: #02AFDC; }
span { border-color: rgb(2,175,220); }
td.TdClassName
{
border-color: #02AFDC;
}
.TagClassName
{
border-color: #02AFDC;
}
</style>