Shades of Iris Blue #02A9DB
Tints of Iris Blue #02A9DB
RGB
CMYK
RGB Variations
Color information
#02A9DB (or 0x02A9DB) is known color: Iris Blue. HEX triplet: 02, A9 and DB. RGB value is (2,169,219). Sum of RGB (Red+Green+Blue) = 2+169+219=390 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 390); Green value is 169 (66.41% from 255 or 43.33% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #02A9DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A9DB is #FD5624. Grayscale: #7C7C7C. Windows color (decimal): -16602661 or 14395650. OLE color: 14395650.
HSL color Cylindrical-coordinate representation of color #02A9DB: hue angle of 193.82º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A9DB is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 169 | 219 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.14 |
| HSL | 193.82º | 0.98% | 0.43% | - |
| HSV(B) | 193.82º | 0.99% | 0.86% | - |
| XYZ | 27 | 33.5 | 72.06 | - |
| YUV | 124.77 | 181.17 | 40.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 169 | 219 | 0.99 | 0.23 | 0 | 0.14 | 193.82 | 0.98 | 0.43 |
| Hex | 2 | A9 | DB | 63 | 17 | 0 | E | C2 | 62 | 2B |
| Octal | 2 | 251 | 333 | 143 | 27 | 0 | 16 | 302 | 142 | 53 |
| Binary | 10 | 10101001 | 11011011 | 1100011 | 10111 | 0 | 1110 | 11000010 | 1100010 | 101011 |
Color Harmonies of #02A9DB
Complementary color
Monochromatic Colors of #02A9DB
Black with #02A9DB
Text Example
Text Example
White with #02A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A9DB; }
p { color: rgb(2,169,219); }
H1.HeaderClassName
{
color: #02A9DB;
}
.AnyTagClassName
{
color: #02A9DB;
}
</style>
background-color css
<style>
a { background-color: #02A9DB; }
a { background-color: rgb(2,169,219); }
div.DivClassName
{
background-color: #02A9DB;
}
.BgClassName
{
background-color: #02A9DB;
}
</style>
border-color css
<style>
span { border-color: #02A9DB; }
span { border-color: rgb(2,169,219); }
td.TdClassName
{
border-color: #02A9DB;
}
.TagClassName
{
border-color: #02A9DB;
}
</style>