Shades of Deep Sky Blue #01DCFB
Tints of Deep Sky Blue #01DCFB
RGB
CMYK
RGB Variations
Color information
#01DCFB (or 0x01DCFB) is known color: Deep Sky Blue. HEX triplet: 01, DC and FB. RGB value is (1,220,251). Sum of RGB (Red+Green+Blue) = 1+220+251=472 (62% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #01DCFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01DCFB is #FE2304. Grayscale: #9D9D9D. Windows color (decimal): -16655109 or 16505857. OLE color: 16505857.
HSL color Cylindrical-coordinate representation of color #01DCFB: hue angle of 187.44º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DCFB is Cyan = 1.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 220 | 251 | - |
| CMYK | 1.00 | 0.12 | 0 | 0.02 |
| HSL | 187.44º | 0.99% | 0.49% | - |
| HSV(B) | 187.44º | 1% | 0.98% | - |
| XYZ | 43.02 | 58.16 | 100.23 | - |
| YUV | 158.05 | 180.45 | 15.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 220 | 251 | 1.00 | 0.12 | 0 | 0.02 | 187.44 | 0.99 | 0.49 |
| Hex | 1 | DC | FB | 64 | C | 0 | 2 | BB | 63 | 31 |
| Octal | 1 | 334 | 373 | 144 | 14 | 0 | 2 | 273 | 143 | 61 |
| Binary | 1 | 11011100 | 11111011 | 1100100 | 1100 | 0 | 10 | 10111011 | 1100011 | 110001 |
Color Harmonies of #01DCFB
Complementary color
Monochromatic Colors of #01DCFB
Black with #01DCFB
Text Example
Text Example
White with #01DCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DCFB; }
p { color: rgb(1,220,251); }
H1.HeaderClassName
{
color: #01DCFB;
}
.AnyTagClassName
{
color: #01DCFB;
}
</style>
background-color css
<style>
a { background-color: #01DCFB; }
a { background-color: rgb(1,220,251); }
div.DivClassName
{
background-color: #01DCFB;
}
.BgClassName
{
background-color: #01DCFB;
}
</style>
border-color css
<style>
span { border-color: #01DCFB; }
span { border-color: rgb(1,220,251); }
td.TdClassName
{
border-color: #01DCFB;
}
.TagClassName
{
border-color: #01DCFB;
}
</style>