Shades of Deep Sky Blue #06ADFD
Tints of Deep Sky Blue #06ADFD
RGB
CMYK
RGB Variations
Color information
#06ADFD (or 0x06ADFD) is known color: Deep Sky Blue. HEX triplet: 06, AD and FD. RGB value is (6,173,253). Sum of RGB (Red+Green+Blue) = 6+173+253=432 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.39% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #06ADFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06ADFD is #F95202. Grayscale: #838383. Windows color (decimal): -16339459 or 16624902. OLE color: 16624902.
HSL color Cylindrical-coordinate representation of color #06ADFD: hue angle of 199.43º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06ADFD is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 173 | 253 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.01 |
| HSL | 199.43º | 0.98% | 0.51% | - |
| HSV(B) | 199.43º | 0.98% | 0.99% | - |
| XYZ | 32.75 | 37.02 | 98.35 | - |
| YUV | 132.19 | 196.17 | 38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 173 | 253 | 0.98 | 0.32 | 0 | 0.01 | 199.43 | 0.98 | 0.51 |
| Hex | 6 | AD | FD | 62 | 20 | 0 | 1 | C7 | 62 | 33 |
| Octal | 6 | 255 | 375 | 142 | 40 | 0 | 1 | 307 | 142 | 63 |
| Binary | 110 | 10101101 | 11111101 | 1100010 | 100000 | 0 | 1 | 11000111 | 1100010 | 110011 |
Color Harmonies of #06ADFD
Complementary color
Monochromatic Colors of #06ADFD
Black with #06ADFD
Text Example
Text Example
White with #06ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ADFD; }
p { color: rgb(6,173,253); }
H1.HeaderClassName
{
color: #06ADFD;
}
.AnyTagClassName
{
color: #06ADFD;
}
</style>
background-color css
<style>
a { background-color: #06ADFD; }
a { background-color: rgb(6,173,253); }
div.DivClassName
{
background-color: #06ADFD;
}
.BgClassName
{
background-color: #06ADFD;
}
</style>
border-color css
<style>
span { border-color: #06ADFD; }
span { border-color: rgb(6,173,253); }
td.TdClassName
{
border-color: #06ADFD;
}
.TagClassName
{
border-color: #06ADFD;
}
</style>