Shades of Iris Blue #02A9E0
Tints of Iris Blue #02A9E0
RGB
CMYK
RGB Variations
Color information
#02A9E0 (or 0x02A9E0) is known color: Iris Blue. HEX triplet: 02, A9 and E0. RGB value is (2,169,224). Sum of RGB (Red+Green+Blue) = 2+169+224=395 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 224 (87.89% from 255 or 56.71% from 395); Max value from RGB is 224 - color contains mainly: blue. Hex color #02A9E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A9E0 is #FD561F. Grayscale: #7C7C7C. Windows color (decimal): -16602656 or 14723330. OLE color: 14723330.
HSL color Cylindrical-coordinate representation of color #02A9E0: hue angle of 194.86º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A9E0 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 169 | 224 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.12 |
| HSL | 194.86º | 0.98% | 0.44% | - |
| HSV(B) | 194.86º | 0.99% | 0.88% | - |
| XYZ | 27.67 | 33.77 | 75.58 | - |
| YUV | 125.34 | 183.67 | 40.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 169 | 224 | 0.99 | 0.25 | 0 | 0.12 | 194.86 | 0.98 | 0.44 |
| Hex | 2 | A9 | E0 | 63 | 19 | 0 | C | C3 | 62 | 2C |
| Octal | 2 | 251 | 340 | 143 | 31 | 0 | 14 | 303 | 142 | 54 |
| Binary | 10 | 10101001 | 11100000 | 1100011 | 11001 | 0 | 1100 | 11000011 | 1100010 | 101100 |
Color Harmonies of #02A9E0
Complementary color
Monochromatic Colors of #02A9E0
Black with #02A9E0
Text Example
Text Example
White with #02A9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A9E0; }
p { color: rgb(2,169,224); }
H1.HeaderClassName
{
color: #02A9E0;
}
.AnyTagClassName
{
color: #02A9E0;
}
</style>
background-color css
<style>
a { background-color: #02A9E0; }
a { background-color: rgb(2,169,224); }
div.DivClassName
{
background-color: #02A9E0;
}
.BgClassName
{
background-color: #02A9E0;
}
</style>
border-color css
<style>
span { border-color: #02A9E0; }
span { border-color: rgb(2,169,224); }
td.TdClassName
{
border-color: #02A9E0;
}
.TagClassName
{
border-color: #02A9E0;
}
</style>