Shades of Iris Blue #07A9DB
Tints of Iris Blue #07A9DB
RGB
CMYK
RGB Variations
Color information
#07A9DB (or 0x07A9DB) is known color: Iris Blue. HEX triplet: 07, A9 and DB. RGB value is (7,169,219). Sum of RGB (Red+Green+Blue) = 7+169+219=395 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.77% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #07A9DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A9DB is #F85624. Grayscale: #7D7D7D. Windows color (decimal): -16274981 or 14395655. OLE color: 14395655.
HSL color Cylindrical-coordinate representation of color #07A9DB: hue angle of 194.15º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07A9DB is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 169 | 219 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.14 |
| HSL | 194.15º | 0.94% | 0.44% | - |
| HSV(B) | 194.15º | 0.97% | 0.86% | - |
| XYZ | 27.06 | 33.54 | 72.06 | - |
| YUV | 126.26 | 180.33 | 42.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 169 | 219 | 0.97 | 0.23 | 0 | 0.14 | 194.15 | 0.94 | 0.44 |
| Hex | 7 | A9 | DB | 61 | 17 | 0 | E | C2 | 5E | 2C |
| Octal | 7 | 251 | 333 | 141 | 27 | 0 | 16 | 302 | 136 | 54 |
| Binary | 111 | 10101001 | 11011011 | 1100001 | 10111 | 0 | 1110 | 11000010 | 1011110 | 101100 |
Color Harmonies of #07A9DB
Complementary color
Monochromatic Colors of #07A9DB
Black with #07A9DB
Text Example
Text Example
White with #07A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A9DB; }
p { color: rgb(7,169,219); }
H1.HeaderClassName
{
color: #07A9DB;
}
.AnyTagClassName
{
color: #07A9DB;
}
</style>
background-color css
<style>
a { background-color: #07A9DB; }
a { background-color: rgb(7,169,219); }
div.DivClassName
{
background-color: #07A9DB;
}
.BgClassName
{
background-color: #07A9DB;
}
</style>
border-color css
<style>
span { border-color: #07A9DB; }
span { border-color: rgb(7,169,219); }
td.TdClassName
{
border-color: #07A9DB;
}
.TagClassName
{
border-color: #07A9DB;
}
</style>