Shades of Deep Sky Blue #01D4FC
Tints of Deep Sky Blue #01D4FC
RGB
CMYK
RGB Variations
Color information
#01D4FC (or 0x01D4FC) is known color: Deep Sky Blue. HEX triplet: 01, D4 and FC. RGB value is (1,212,252). Sum of RGB (Red+Green+Blue) = 1+212+252=465 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #01D4FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01D4FC is #FE2B03. Grayscale: #999999. Windows color (decimal): -16657156 or 16569345. OLE color: 16569345.
HSL color Cylindrical-coordinate representation of color #01D4FC: hue angle of 189.56º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D4FC is Cyan = 1.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 212 | 252 | - |
| CMYK | 1.00 | 0.16 | 0 | 0.01 |
| HSL | 189.56º | 0.99% | 0.5% | - |
| HSV(B) | 189.56º | 1% | 0.99% | - |
| XYZ | 41.13 | 54.12 | 100.37 | - |
| YUV | 153.47 | 183.6 | 19.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 212 | 252 | 1.00 | 0.16 | 0 | 0.01 | 189.56 | 0.99 | 0.5 |
| Hex | 1 | D4 | FC | 64 | 10 | 0 | 1 | BE | 63 | 32 |
| Octal | 1 | 324 | 374 | 144 | 20 | 0 | 1 | 276 | 143 | 62 |
| Binary | 1 | 11010100 | 11111100 | 1100100 | 10000 | 0 | 1 | 10111110 | 1100011 | 110010 |
Color Harmonies of #01D4FC
Complementary color
Monochromatic Colors of #01D4FC
Black with #01D4FC
Text Example
Text Example
White with #01D4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D4FC; }
p { color: rgb(1,212,252); }
H1.HeaderClassName
{
color: #01D4FC;
}
.AnyTagClassName
{
color: #01D4FC;
}
</style>
background-color css
<style>
a { background-color: #01D4FC; }
a { background-color: rgb(1,212,252); }
div.DivClassName
{
background-color: #01D4FC;
}
.BgClassName
{
background-color: #01D4FC;
}
</style>
border-color css
<style>
span { border-color: #01D4FC; }
span { border-color: rgb(1,212,252); }
td.TdClassName
{
border-color: #01D4FC;
}
.TagClassName
{
border-color: #01D4FC;
}
</style>