Shades of Deep Sky Blue #01DCFA
Tints of Deep Sky Blue #01DCFA
RGB
CMYK
RGB Variations
Color information
#01DCFA (or 0x01DCFA) is known color: Deep Sky Blue. HEX triplet: 01, DC and FA. RGB value is (1,220,250). Sum of RGB (Red+Green+Blue) = 1+220+250=471 (62% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #01DCFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01DCFA is #FE2305. Grayscale: #9D9D9D. Windows color (decimal): -16655110 or 16440321. OLE color: 16440321.
HSL color Cylindrical-coordinate representation of color #01DCFA: hue angle of 187.23º 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 #01DCFA is Cyan = 1.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 220 | 250 | - |
| CMYK | 1.00 | 0.12 | 0 | 0.02 |
| HSL | 187.23º | 0.99% | 0.49% | - |
| HSV(B) | 187.23º | 1% | 0.98% | - |
| XYZ | 42.86 | 58.09 | 99.4 | - |
| YUV | 157.94 | 179.95 | 16.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 220 | 250 | 1.00 | 0.12 | 0 | 0.02 | 187.23 | 0.99 | 0.49 |
| Hex | 1 | DC | FA | 64 | C | 0 | 2 | BB | 63 | 31 |
| Octal | 1 | 334 | 372 | 144 | 14 | 0 | 2 | 273 | 143 | 61 |
| Binary | 1 | 11011100 | 11111010 | 1100100 | 1100 | 0 | 10 | 10111011 | 1100011 | 110001 |
Color Harmonies of #01DCFA
Complementary color
Monochromatic Colors of #01DCFA
Black with #01DCFA
Text Example
Text Example
White with #01DCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DCFA; }
p { color: rgb(1,220,250); }
H1.HeaderClassName
{
color: #01DCFA;
}
.AnyTagClassName
{
color: #01DCFA;
}
</style>
background-color css
<style>
a { background-color: #01DCFA; }
a { background-color: rgb(1,220,250); }
div.DivClassName
{
background-color: #01DCFA;
}
.BgClassName
{
background-color: #01DCFA;
}
</style>
border-color css
<style>
span { border-color: #01DCFA; }
span { border-color: rgb(1,220,250); }
td.TdClassName
{
border-color: #01DCFA;
}
.TagClassName
{
border-color: #01DCFA;
}
</style>