Shades of Deep Sky Blue #06AEFF
Tints of Deep Sky Blue #06AEFF
RGB
CMYK
RGB Variations
Color information
#06AEFF (or 0x06AEFF) is known color: Deep Sky Blue. HEX triplet: 06, AE and FF. RGB value is (6,174,255). Sum of RGB (Red+Green+Blue) = 6+174+255=435 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.38% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #06AEFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06AEFF is #F95100. Grayscale: #848484. Windows color (decimal): -16339201 or 16756230. OLE color: 16756230.
HSL color Cylindrical-coordinate representation of color #06AEFF: hue angle of 199.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06AEFF is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 174 | 255 | - |
| CMYK | 0.98 | 0.32 | 0 | 0 |
| HSL | 199.52º | 1% | 0.51% | - |
| HSV(B) | 199.52º | 0.98% | 1% | - |
| XYZ | 33.26 | 37.53 | 100.1 | - |
| YUV | 133 | 196.84 | 37.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 174 | 255 | 0.98 | 0.32 | 0 | 0 | 199.52 | 1 | 0.51 |
| Hex | 6 | AE | FF | 62 | 20 | 0 | 0 | C8 | 64 | 33 |
| Octal | 6 | 256 | 377 | 142 | 40 | 0 | 0 | 310 | 144 | 63 |
| Binary | 110 | 10101110 | 11111111 | 1100010 | 100000 | 0 | 0 | 11001000 | 1100100 | 110011 |
Color Harmonies of #06AEFF
Complementary color
Monochromatic Colors of #06AEFF
Black with #06AEFF
Text Example
Text Example
White with #06AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AEFF; }
p { color: rgb(6,174,255); }
H1.HeaderClassName
{
color: #06AEFF;
}
.AnyTagClassName
{
color: #06AEFF;
}
</style>
background-color css
<style>
a { background-color: #06AEFF; }
a { background-color: rgb(6,174,255); }
div.DivClassName
{
background-color: #06AEFF;
}
.BgClassName
{
background-color: #06AEFF;
}
</style>
border-color css
<style>
span { border-color: #06AEFF; }
span { border-color: rgb(6,174,255); }
td.TdClassName
{
border-color: #06AEFF;
}
.TagClassName
{
border-color: #06AEFF;
}
</style>