Shades of Iris Blue #07AADC
Tints of Iris Blue #07AADC
RGB
CMYK
RGB Variations
Color information
#07AADC (or 0x07AADC) is known color: Iris Blue. HEX triplet: 07, AA and DC. RGB value is (7,170,220). Sum of RGB (Red+Green+Blue) = 7+170+220=397 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.76% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #07AADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07AADC is #F85523. Grayscale: #7E7E7E. Windows color (decimal): -16274724 or 14461447. OLE color: 14461447.
HSL color Cylindrical-coordinate representation of color #07AADC: hue angle of 194.08º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07AADC is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 170 | 220 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.14 |
| HSL | 194.08º | 0.94% | 0.45% | - |
| HSV(B) | 194.08º | 0.97% | 0.86% | - |
| XYZ | 27.38 | 33.96 | 72.82 | - |
| YUV | 126.96 | 180.5 | 42.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 170 | 220 | 0.97 | 0.23 | 0 | 0.14 | 194.08 | 0.94 | 0.45 |
| Hex | 7 | AA | DC | 61 | 17 | 0 | E | C2 | 5E | 2D |
| Octal | 7 | 252 | 334 | 141 | 27 | 0 | 16 | 302 | 136 | 55 |
| Binary | 111 | 10101010 | 11011100 | 1100001 | 10111 | 0 | 1110 | 11000010 | 1011110 | 101101 |
Color Harmonies of #07AADC
Complementary color
Monochromatic Colors of #07AADC
Black with #07AADC
Text Example
Text Example
White with #07AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AADC; }
p { color: rgb(7,170,220); }
H1.HeaderClassName
{
color: #07AADC;
}
.AnyTagClassName
{
color: #07AADC;
}
</style>
background-color css
<style>
a { background-color: #07AADC; }
a { background-color: rgb(7,170,220); }
div.DivClassName
{
background-color: #07AADC;
}
.BgClassName
{
background-color: #07AADC;
}
</style>
border-color css
<style>
span { border-color: #07AADC; }
span { border-color: rgb(7,170,220); }
td.TdClassName
{
border-color: #07AADC;
}
.TagClassName
{
border-color: #07AADC;
}
</style>