Shades of Deep Sky Blue #07AAEC
Tints of Deep Sky Blue #07AAEC
RGB
CMYK
RGB Variations
Color information
#07AAEC (or 0x07AAEC) is known color: Deep Sky Blue. HEX triplet: 07, AA and EC. RGB value is (7,170,236). Sum of RGB (Red+Green+Blue) = 7+170+236=413 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.69% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 236 (92.58% from 255 or 57.14% from 413); Max value from RGB is 236 - color contains mainly: blue. Hex color #07AAEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07AAEC is #F85513. Grayscale: #808080. Windows color (decimal): -16274708 or 15510023. OLE color: 15510023.
HSL color Cylindrical-coordinate representation of color #07AAEC: hue angle of 197.29º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07AAEC is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 170 | 236 | - |
| CMYK | 0.97 | 0.28 | 0 | 0.07 |
| HSL | 197.29º | 0.94% | 0.48% | - |
| HSV(B) | 197.29º | 0.97% | 0.93% | - |
| XYZ | 29.6 | 34.85 | 84.52 | - |
| YUV | 128.79 | 188.5 | 41.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 170 | 236 | 0.97 | 0.28 | 0 | 0.07 | 197.29 | 0.94 | 0.48 |
| Hex | 7 | AA | EC | 61 | 1C | 0 | 7 | C5 | 5E | 30 |
| Octal | 7 | 252 | 354 | 141 | 34 | 0 | 7 | 305 | 136 | 60 |
| Binary | 111 | 10101010 | 11101100 | 1100001 | 11100 | 0 | 111 | 11000101 | 1011110 | 110000 |
Color Harmonies of #07AAEC
Complementary color
Monochromatic Colors of #07AAEC
Black with #07AAEC
Text Example
Text Example
White with #07AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AAEC; }
p { color: rgb(7,170,236); }
H1.HeaderClassName
{
color: #07AAEC;
}
.AnyTagClassName
{
color: #07AAEC;
}
</style>
background-color css
<style>
a { background-color: #07AAEC; }
a { background-color: rgb(7,170,236); }
div.DivClassName
{
background-color: #07AAEC;
}
.BgClassName
{
background-color: #07AAEC;
}
</style>
border-color css
<style>
span { border-color: #07AAEC; }
span { border-color: rgb(7,170,236); }
td.TdClassName
{
border-color: #07AAEC;
}
.TagClassName
{
border-color: #07AAEC;
}
</style>