Shades of Deep Sky Blue #07AAF6
Tints of Deep Sky Blue #07AAF6
RGB
CMYK
RGB Variations
Color information
#07AAF6 (or 0x07AAF6) is known color: Deep Sky Blue. HEX triplet: 07, AA and F6. RGB value is (7,170,246). Sum of RGB (Red+Green+Blue) = 7+170+246=423 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.65% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 246 (96.48% from 255 or 58.16% from 423); Max value from RGB is 246 - color contains mainly: blue. Hex color #07AAF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07AAF6 is #F85509. Grayscale: #818181. Windows color (decimal): -16274698 or 16165383. OLE color: 16165383.
HSL color Cylindrical-coordinate representation of color #07AAF6: hue angle of 199.08º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07AAF6 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 7 | 170 | 246 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.04 |
| HSL | 199.08º | 0.94% | 0.5% | - |
| HSV(B) | 199.08º | 0.97% | 0.96% | - |
| XYZ | 31.1 | 35.45 | 92.39 | - |
| YUV | 129.93 | 193.5 | 40.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 170 | 246 | 0.97 | 0.31 | 0 | 0.04 | 199.08 | 0.94 | 0.5 |
| Hex | 7 | AA | F6 | 61 | 1F | 0 | 4 | C7 | 5E | 32 |
| Octal | 7 | 252 | 366 | 141 | 37 | 0 | 4 | 307 | 136 | 62 |
| Binary | 111 | 10101010 | 11110110 | 1100001 | 11111 | 0 | 100 | 11000111 | 1011110 | 110010 |
Color Harmonies of #07AAF6
Complementary color
Monochromatic Colors of #07AAF6
Black with #07AAF6
Text Example
Text Example
White with #07AAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AAF6; }
p { color: rgb(7,170,246); }
H1.HeaderClassName
{
color: #07AAF6;
}
.AnyTagClassName
{
color: #07AAF6;
}
</style>
background-color css
<style>
a { background-color: #07AAF6; }
a { background-color: rgb(7,170,246); }
div.DivClassName
{
background-color: #07AAF6;
}
.BgClassName
{
background-color: #07AAF6;
}
</style>
border-color css
<style>
span { border-color: #07AAF6; }
span { border-color: rgb(7,170,246); }
td.TdClassName
{
border-color: #07AAF6;
}
.TagClassName
{
border-color: #07AAF6;
}
</style>