Shades of Deep Sky Blue #06ADFE
Tints of Deep Sky Blue #06ADFE
RGB
CMYK
RGB Variations
Color information
#06ADFE (or 0x06ADFE) is known color: Deep Sky Blue. HEX triplet: 06, AD and FE. RGB value is (6,173,254). Sum of RGB (Red+Green+Blue) = 6+173+254=433 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.39% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #06ADFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06ADFE is #F95201. Grayscale: #838383. Windows color (decimal): -16339458 or 16690438. OLE color: 16690438.
HSL color Cylindrical-coordinate representation of color #06ADFE: hue angle of 199.6º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06ADFE is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 173 | 254 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.00 |
| HSL | 199.6º | 0.99% | 0.51% | - |
| HSV(B) | 199.6º | 0.98% | 1% | - |
| XYZ | 32.91 | 37.08 | 99.19 | - |
| YUV | 132.3 | 196.67 | 37.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 173 | 254 | 0.98 | 0.32 | 0 | 0.00 | 199.6 | 0.99 | 0.51 |
| Hex | 6 | AD | FE | 62 | 20 | 0 | 0 | C8 | 63 | 33 |
| Octal | 6 | 255 | 376 | 142 | 40 | 0 | 0 | 310 | 143 | 63 |
| Binary | 110 | 10101101 | 11111110 | 1100010 | 100000 | 0 | 0 | 11001000 | 1100011 | 110011 |
Color Harmonies of #06ADFE
Complementary color
Monochromatic Colors of #06ADFE
Black with #06ADFE
Text Example
Text Example
White with #06ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ADFE; }
p { color: rgb(6,173,254); }
H1.HeaderClassName
{
color: #06ADFE;
}
.AnyTagClassName
{
color: #06ADFE;
}
</style>
background-color css
<style>
a { background-color: #06ADFE; }
a { background-color: rgb(6,173,254); }
div.DivClassName
{
background-color: #06ADFE;
}
.BgClassName
{
background-color: #06ADFE;
}
</style>
border-color css
<style>
span { border-color: #06ADFE; }
span { border-color: rgb(6,173,254); }
td.TdClassName
{
border-color: #06ADFE;
}
.TagClassName
{
border-color: #06ADFE;
}
</style>