Shades of Deep Sky Blue #01D1FF
Tints of Deep Sky Blue #01D1FF
RGB
CMYK
RGB Variations
Color information
#01D1FF (or 0x01D1FF) is known color: Deep Sky Blue. HEX triplet: 01, D1 and FF. RGB value is (1,209,255). Sum of RGB (Red+Green+Blue) = 1+209+255=465 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #01D1FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01D1FF is #FE2E00. Grayscale: #979797. Windows color (decimal): -16657921 or 16765185. OLE color: 16765185.
HSL color Cylindrical-coordinate representation of color #01D1FF: hue angle of 190.87º 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 #01D1FF is Cyan = 1.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 209 | 255 | - |
| CMYK | 1.00 | 0.18 | 0 | 0 |
| HSL | 190.87º | 1% | 0.5% | - |
| HSV(B) | 190.87º | 1% | 1% | - |
| XYZ | 40.86 | 52.83 | 102.65 | - |
| YUV | 152.05 | 186.09 | 20.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 209 | 255 | 1.00 | 0.18 | 0 | 0 | 190.87 | 1 | 0.5 |
| Hex | 1 | D1 | FF | 64 | 12 | 0 | 0 | BF | 64 | 32 |
| Octal | 1 | 321 | 377 | 144 | 22 | 0 | 0 | 277 | 144 | 62 |
| Binary | 1 | 11010001 | 11111111 | 1100100 | 10010 | 0 | 0 | 10111111 | 1100100 | 110010 |
Color Harmonies of #01D1FF
Complementary color
Monochromatic Colors of #01D1FF
Black with #01D1FF
Text Example
Text Example
White with #01D1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D1FF; }
p { color: rgb(1,209,255); }
H1.HeaderClassName
{
color: #01D1FF;
}
.AnyTagClassName
{
color: #01D1FF;
}
</style>
background-color css
<style>
a { background-color: #01D1FF; }
a { background-color: rgb(1,209,255); }
div.DivClassName
{
background-color: #01D1FF;
}
.BgClassName
{
background-color: #01D1FF;
}
</style>
border-color css
<style>
span { border-color: #01D1FF; }
span { border-color: rgb(1,209,255); }
td.TdClassName
{
border-color: #01D1FF;
}
.TagClassName
{
border-color: #01D1FF;
}
</style>