Shades of Deep Sky Blue #06ADFF
Tints of Deep Sky Blue #06ADFF
RGB
CMYK
RGB Variations
Color information
#06ADFF (or 0x06ADFF) is known color: Deep Sky Blue. HEX triplet: 06, AD and FF. RGB value is (6,173,255). Sum of RGB (Red+Green+Blue) = 6+173+255=434 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.38% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #06ADFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06ADFF is #F95200. Grayscale: #838383. Windows color (decimal): -16339457 or 16755974. OLE color: 16755974.
HSL color Cylindrical-coordinate representation of color #06ADFF: hue angle of 199.76º 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 #06ADFF is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 173 | 255 | - |
| CMYK | 0.98 | 0.32 | 0 | 0 |
| HSL | 199.76º | 1% | 0.51% | - |
| HSV(B) | 199.76º | 0.98% | 1% | - |
| XYZ | 33.07 | 37.15 | 100.03 | - |
| YUV | 132.42 | 197.17 | 37.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 173 | 255 | 0.98 | 0.32 | 0 | 0 | 199.76 | 1 | 0.51 |
| Hex | 6 | AD | FF | 62 | 20 | 0 | 0 | C8 | 64 | 33 |
| Octal | 6 | 255 | 377 | 142 | 40 | 0 | 0 | 310 | 144 | 63 |
| Binary | 110 | 10101101 | 11111111 | 1100010 | 100000 | 0 | 0 | 11001000 | 1100100 | 110011 |
Color Harmonies of #06ADFF
Complementary color
Monochromatic Colors of #06ADFF
Black with #06ADFF
Text Example
Text Example
White with #06ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ADFF; }
p { color: rgb(6,173,255); }
H1.HeaderClassName
{
color: #06ADFF;
}
.AnyTagClassName
{
color: #06ADFF;
}
</style>
background-color css
<style>
a { background-color: #06ADFF; }
a { background-color: rgb(6,173,255); }
div.DivClassName
{
background-color: #06ADFF;
}
.BgClassName
{
background-color: #06ADFF;
}
</style>
border-color css
<style>
span { border-color: #06ADFF; }
span { border-color: rgb(6,173,255); }
td.TdClassName
{
border-color: #06ADFF;
}
.TagClassName
{
border-color: #06ADFF;
}
</style>