Shades of Deep Sky Blue #01DCFE
Tints of Deep Sky Blue #01DCFE
RGB
CMYK
RGB Variations
Color information
#01DCFE (or 0x01DCFE) is known color: Deep Sky Blue. HEX triplet: 01, DC and FE. RGB value is (1,220,254). Sum of RGB (Red+Green+Blue) = 1+220+254=475 (62% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #01DCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01DCFE is #FE2301. Grayscale: #9E9E9E. Windows color (decimal): -16655106 or 16702465. OLE color: 16702465.
HSL color Cylindrical-coordinate representation of color #01DCFE: hue angle of 188.06º 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 #01DCFE is Cyan = 1.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 220 | 254 | - |
| CMYK | 1.00 | 0.13 | 0 | 0.00 |
| HSL | 188.06º | 0.99% | 0.5% | - |
| HSV(B) | 188.06º | 1% | 1% | - |
| XYZ | 43.5 | 58.35 | 102.74 | - |
| YUV | 158.4 | 181.95 | 15.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 220 | 254 | 1.00 | 0.13 | 0 | 0.00 | 188.06 | 0.99 | 0.5 |
| Hex | 1 | DC | FE | 64 | D | 0 | 0 | BC | 63 | 32 |
| Octal | 1 | 334 | 376 | 144 | 15 | 0 | 0 | 274 | 143 | 62 |
| Binary | 1 | 11011100 | 11111110 | 1100100 | 1101 | 0 | 0 | 10111100 | 1100011 | 110010 |
Color Harmonies of #01DCFE
Complementary color
Monochromatic Colors of #01DCFE
Black with #01DCFE
Text Example
Text Example
White with #01DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DCFE; }
p { color: rgb(1,220,254); }
H1.HeaderClassName
{
color: #01DCFE;
}
.AnyTagClassName
{
color: #01DCFE;
}
</style>
background-color css
<style>
a { background-color: #01DCFE; }
a { background-color: rgb(1,220,254); }
div.DivClassName
{
background-color: #01DCFE;
}
.BgClassName
{
background-color: #01DCFE;
}
</style>
border-color css
<style>
span { border-color: #01DCFE; }
span { border-color: rgb(1,220,254); }
td.TdClassName
{
border-color: #01DCFE;
}
.TagClassName
{
border-color: #01DCFE;
}
</style>