Shades of Deep Sky Blue #01D0FE
Tints of Deep Sky Blue #01D0FE
RGB
CMYK
RGB Variations
Color information
#01D0FE (or 0x01D0FE) is known color: Deep Sky Blue. HEX triplet: 01, D0 and FE. RGB value is (1,208,254). Sum of RGB (Red+Green+Blue) = 1+208+254=463 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #01D0FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01D0FE is #FE2F01. Grayscale: #969696. Windows color (decimal): -16658178 or 16699393. OLE color: 16699393.
HSL color Cylindrical-coordinate representation of color #01D0FE: hue angle of 190.91º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D0FE is Cyan = 1.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 208 | 254 | - |
| CMYK | 1.00 | 0.18 | 0 | 0.00 |
| HSL | 190.91º | 0.99% | 0.5% | - |
| HSV(B) | 190.91º | 1% | 1% | - |
| XYZ | 40.46 | 52.27 | 101.72 | - |
| YUV | 151.35 | 185.92 | 20.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 208 | 254 | 1.00 | 0.18 | 0 | 0.00 | 190.91 | 0.99 | 0.5 |
| Hex | 1 | D0 | FE | 64 | 12 | 0 | 0 | BF | 63 | 32 |
| Octal | 1 | 320 | 376 | 144 | 22 | 0 | 0 | 277 | 143 | 62 |
| Binary | 1 | 11010000 | 11111110 | 1100100 | 10010 | 0 | 0 | 10111111 | 1100011 | 110010 |
Color Harmonies of #01D0FE
Complementary color
Monochromatic Colors of #01D0FE
Black with #01D0FE
Text Example
Text Example
White with #01D0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D0FE; }
p { color: rgb(1,208,254); }
H1.HeaderClassName
{
color: #01D0FE;
}
.AnyTagClassName
{
color: #01D0FE;
}
</style>
background-color css
<style>
a { background-color: #01D0FE; }
a { background-color: rgb(1,208,254); }
div.DivClassName
{
background-color: #01D0FE;
}
.BgClassName
{
background-color: #01D0FE;
}
</style>
border-color css
<style>
span { border-color: #01D0FE; }
span { border-color: rgb(1,208,254); }
td.TdClassName
{
border-color: #01D0FE;
}
.TagClassName
{
border-color: #01D0FE;
}
</style>