Shades of Deep Sky Blue #07AEFF
Tints of Deep Sky Blue #07AEFF
RGB
CMYK
RGB Variations
Color information
#07AEFF (or 0x07AEFF) is known color: Deep Sky Blue. HEX triplet: 07, AE and FF. RGB value is (7,174,255). Sum of RGB (Red+Green+Blue) = 7+174+255=436 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.61% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #07AEFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07AEFF is #F85100. Grayscale: #848484. Windows color (decimal): -16273665 or 16756231. OLE color: 16756231.
HSL color Cylindrical-coordinate representation of color #07AEFF: hue angle of 199.6º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07AEFF is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 174 | 255 | - |
| CMYK | 0.97 | 0.32 | 0 | 0 |
| HSL | 199.6º | 1% | 0.51% | - |
| HSV(B) | 199.6º | 0.97% | 1% | - |
| XYZ | 33.27 | 37.54 | 100.1 | - |
| YUV | 133.3 | 196.67 | 37.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 174 | 255 | 0.97 | 0.32 | 0 | 0 | 199.6 | 1 | 0.51 |
| Hex | 7 | AE | FF | 61 | 20 | 0 | 0 | C8 | 64 | 33 |
| Octal | 7 | 256 | 377 | 141 | 40 | 0 | 0 | 310 | 144 | 63 |
| Binary | 111 | 10101110 | 11111111 | 1100001 | 100000 | 0 | 0 | 11001000 | 1100100 | 110011 |
Color Harmonies of #07AEFF
Complementary color
Monochromatic Colors of #07AEFF
Black with #07AEFF
Text Example
Text Example
White with #07AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AEFF; }
p { color: rgb(7,174,255); }
H1.HeaderClassName
{
color: #07AEFF;
}
.AnyTagClassName
{
color: #07AEFF;
}
</style>
background-color css
<style>
a { background-color: #07AEFF; }
a { background-color: rgb(7,174,255); }
div.DivClassName
{
background-color: #07AEFF;
}
.BgClassName
{
background-color: #07AEFF;
}
</style>
border-color css
<style>
span { border-color: #07AEFF; }
span { border-color: rgb(7,174,255); }
td.TdClassName
{
border-color: #07AEFF;
}
.TagClassName
{
border-color: #07AEFF;
}
</style>