Shades of Iris Blue #02A9CE
Tints of Iris Blue #02A9CE
RGB
CMYK
RGB Variations
Color information
#02A9CE (or 0x02A9CE) is known color: Iris Blue. HEX triplet: 02, A9 and CE. RGB value is (2,169,206). Sum of RGB (Red+Green+Blue) = 2+169+206=377 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 377); Green value is 169 (66.41% from 255 or 44.83% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #02A9CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A9CE is #FD5631. Grayscale: #7A7A7A. Windows color (decimal): -16602674 or 13543682. OLE color: 13543682.
HSL color Cylindrical-coordinate representation of color #02A9CE: hue angle of 190.88º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A9CE is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 169 | 206 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.19 |
| HSL | 190.88º | 0.98% | 0.41% | - |
| HSV(B) | 190.88º | 0.99% | 0.81% | - |
| XYZ | 25.35 | 32.85 | 63.4 | - |
| YUV | 123.29 | 174.67 | 41.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 169 | 206 | 0.99 | 0.18 | 0 | 0.19 | 190.88 | 0.98 | 0.41 |
| Hex | 2 | A9 | CE | 63 | 12 | 0 | 13 | BF | 62 | 29 |
| Octal | 2 | 251 | 316 | 143 | 22 | 0 | 23 | 277 | 142 | 51 |
| Binary | 10 | 10101001 | 11001110 | 1100011 | 10010 | 0 | 10011 | 10111111 | 1100010 | 101001 |
Color Harmonies of #02A9CE
Complementary color
Monochromatic Colors of #02A9CE
Black with #02A9CE
Text Example
Text Example
White with #02A9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A9CE; }
p { color: rgb(2,169,206); }
H1.HeaderClassName
{
color: #02A9CE;
}
.AnyTagClassName
{
color: #02A9CE;
}
</style>
background-color css
<style>
a { background-color: #02A9CE; }
a { background-color: rgb(2,169,206); }
div.DivClassName
{
background-color: #02A9CE;
}
.BgClassName
{
background-color: #02A9CE;
}
</style>
border-color css
<style>
span { border-color: #02A9CE; }
span { border-color: rgb(2,169,206); }
td.TdClassName
{
border-color: #02A9CE;
}
.TagClassName
{
border-color: #02A9CE;
}
</style>