Shades of Iris Blue #07AADB
Tints of Iris Blue #07AADB
RGB
CMYK
RGB Variations
Color information
#07AADB (or 0x07AADB) is known color: Iris Blue. HEX triplet: 07, AA and DB. RGB value is (7,170,219). Sum of RGB (Red+Green+Blue) = 7+170+219=396 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.77% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #07AADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07AADB is #F85524. Grayscale: #7E7E7E. Windows color (decimal): -16274725 or 14395911. OLE color: 14395911.
HSL color Cylindrical-coordinate representation of color #07AADB: hue angle of 193.87º 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 #07AADB is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 170 | 219 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.14 |
| HSL | 193.87º | 0.94% | 0.44% | - |
| HSV(B) | 193.87º | 0.97% | 0.86% | - |
| XYZ | 27.25 | 33.91 | 72.13 | - |
| YUV | 126.85 | 180 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 170 | 219 | 0.97 | 0.22 | 0 | 0.14 | 193.87 | 0.94 | 0.44 |
| Hex | 7 | AA | DB | 61 | 16 | 0 | E | C2 | 5E | 2C |
| Octal | 7 | 252 | 333 | 141 | 26 | 0 | 16 | 302 | 136 | 54 |
| Binary | 111 | 10101010 | 11011011 | 1100001 | 10110 | 0 | 1110 | 11000010 | 1011110 | 101100 |
Color Harmonies of #07AADB
Complementary color
Monochromatic Colors of #07AADB
Black with #07AADB
Text Example
Text Example
White with #07AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AADB; }
p { color: rgb(7,170,219); }
H1.HeaderClassName
{
color: #07AADB;
}
.AnyTagClassName
{
color: #07AADB;
}
</style>
background-color css
<style>
a { background-color: #07AADB; }
a { background-color: rgb(7,170,219); }
div.DivClassName
{
background-color: #07AADB;
}
.BgClassName
{
background-color: #07AADB;
}
</style>
border-color css
<style>
span { border-color: #07AADB; }
span { border-color: rgb(7,170,219); }
td.TdClassName
{
border-color: #07AADB;
}
.TagClassName
{
border-color: #07AADB;
}
</style>