Shades of Iris Blue #07AACC
Tints of Iris Blue #07AACC
RGB
CMYK
RGB Variations
Color information
#07AACC (or 0x07AACC) is known color: Iris Blue. HEX triplet: 07, AA and CC. RGB value is (7,170,204). Sum of RGB (Red+Green+Blue) = 7+170+204=381 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.84% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #07AACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07AACC is #F85533. Grayscale: #7C7C7C. Windows color (decimal): -16274740 or 13412871. OLE color: 13412871.
HSL color Cylindrical-coordinate representation of color #07AACC: hue angle of 190.36º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07AACC is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 170 | 204 | - |
| CMYK | 0.97 | 0.17 | 0 | 0.2 |
| HSL | 190.36º | 0.93% | 0.41% | - |
| HSV(B) | 190.36º | 0.97% | 0.8% | - |
| XYZ | 25.36 | 33.15 | 62.19 | - |
| YUV | 125.14 | 172.5 | 43.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 170 | 204 | 0.97 | 0.17 | 0 | 0.2 | 190.36 | 0.93 | 0.41 |
| Hex | 7 | AA | CC | 61 | 11 | 0 | 14 | BE | 5D | 29 |
| Octal | 7 | 252 | 314 | 141 | 21 | 0 | 24 | 276 | 135 | 51 |
| Binary | 111 | 10101010 | 11001100 | 1100001 | 10001 | 0 | 10100 | 10111110 | 1011101 | 101001 |
Color Harmonies of #07AACC
Complementary color
Monochromatic Colors of #07AACC
Black with #07AACC
Text Example
Text Example
White with #07AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AACC; }
p { color: rgb(7,170,204); }
H1.HeaderClassName
{
color: #07AACC;
}
.AnyTagClassName
{
color: #07AACC;
}
</style>
background-color css
<style>
a { background-color: #07AACC; }
a { background-color: rgb(7,170,204); }
div.DivClassName
{
background-color: #07AACC;
}
.BgClassName
{
background-color: #07AACC;
}
</style>
border-color css
<style>
span { border-color: #07AACC; }
span { border-color: rgb(7,170,204); }
td.TdClassName
{
border-color: #07AACC;
}
.TagClassName
{
border-color: #07AACC;
}
</style>