Shades of Deep Sky Blue #01D6FF
Tints of Deep Sky Blue #01D6FF
RGB
CMYK
RGB Variations
Color information
#01D6FF (or 0x01D6FF) is known color: Deep Sky Blue. HEX triplet: 01, D6 and FF. RGB value is (1,214,255). Sum of RGB (Red+Green+Blue) = 1+214+255=470 (62% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #01D6FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01D6FF is #FE2900. Grayscale: #9A9A9A. Windows color (decimal): -16656641 or 16766465. OLE color: 16766465.
HSL color Cylindrical-coordinate representation of color #01D6FF: hue angle of 189.69º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D6FF is Cyan = 1.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 214 | 255 | - |
| CMYK | 1.00 | 0.16 | 0 | 0 |
| HSL | 189.69º | 1% | 0.5% | - |
| HSV(B) | 189.69º | 1% | 1% | - |
| XYZ | 42.11 | 55.32 | 103.07 | - |
| YUV | 154.99 | 184.43 | 18.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 214 | 255 | 1.00 | 0.16 | 0 | 0 | 189.69 | 1 | 0.5 |
| Hex | 1 | D6 | FF | 64 | 10 | 0 | 0 | BE | 64 | 32 |
| Octal | 1 | 326 | 377 | 144 | 20 | 0 | 0 | 276 | 144 | 62 |
| Binary | 1 | 11010110 | 11111111 | 1100100 | 10000 | 0 | 0 | 10111110 | 1100100 | 110010 |
Color Harmonies of #01D6FF
Complementary color
Monochromatic Colors of #01D6FF
Black with #01D6FF
Text Example
Text Example
White with #01D6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D6FF; }
p { color: rgb(1,214,255); }
H1.HeaderClassName
{
color: #01D6FF;
}
.AnyTagClassName
{
color: #01D6FF;
}
</style>
background-color css
<style>
a { background-color: #01D6FF; }
a { background-color: rgb(1,214,255); }
div.DivClassName
{
background-color: #01D6FF;
}
.BgClassName
{
background-color: #01D6FF;
}
</style>
border-color css
<style>
span { border-color: #01D6FF; }
span { border-color: rgb(1,214,255); }
td.TdClassName
{
border-color: #01D6FF;
}
.TagClassName
{
border-color: #01D6FF;
}
</style>