Shades of Iris Blue #02ACDD
Tints of Iris Blue #02ACDD
RGB
CMYK
RGB Variations
Color information
#02ACDD (or 0x02ACDD) is known color: Iris Blue. HEX triplet: 02, AC and DD. RGB value is (2,172,221). Sum of RGB (Red+Green+Blue) = 2+172+221=395 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #02ACDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ACDD is #FD5322. Grayscale: #7E7E7E. Windows color (decimal): -16601891 or 14527490. OLE color: 14527490.
HSL color Cylindrical-coordinate representation of color #02ACDD: hue angle of 193.42º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ACDD is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 172 | 221 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.13 |
| HSL | 193.42º | 0.98% | 0.44% | - |
| HSV(B) | 193.42º | 0.99% | 0.87% | - |
| XYZ | 27.83 | 34.74 | 73.65 | - |
| YUV | 126.76 | 181.18 | 39.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 172 | 221 | 0.99 | 0.22 | 0 | 0.13 | 193.42 | 0.98 | 0.44 |
| Hex | 2 | AC | DD | 63 | 16 | 0 | D | C1 | 62 | 2C |
| Octal | 2 | 254 | 335 | 143 | 26 | 0 | 15 | 301 | 142 | 54 |
| Binary | 10 | 10101100 | 11011101 | 1100011 | 10110 | 0 | 1101 | 11000001 | 1100010 | 101100 |
Color Harmonies of #02ACDD
Complementary color
Monochromatic Colors of #02ACDD
Black with #02ACDD
Text Example
Text Example
White with #02ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ACDD; }
p { color: rgb(2,172,221); }
H1.HeaderClassName
{
color: #02ACDD;
}
.AnyTagClassName
{
color: #02ACDD;
}
</style>
background-color css
<style>
a { background-color: #02ACDD; }
a { background-color: rgb(2,172,221); }
div.DivClassName
{
background-color: #02ACDD;
}
.BgClassName
{
background-color: #02ACDD;
}
</style>
border-color css
<style>
span { border-color: #02ACDD; }
span { border-color: rgb(2,172,221); }
td.TdClassName
{
border-color: #02ACDD;
}
.TagClassName
{
border-color: #02ACDD;
}
</style>