Shades of Deep Sky Blue #01DEFC
Tints of Deep Sky Blue #01DEFC
RGB
CMYK
RGB Variations
Color information
#01DEFC (or 0x01DEFC) is known color: Deep Sky Blue. HEX triplet: 01, DE and FC. RGB value is (1,222,252). Sum of RGB (Red+Green+Blue) = 1+222+252=475 (62% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 475); Green value is 222 (87.11% from 255 or 46.74% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #01DEFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01DEFC is #FE2103. Grayscale: #9F9F9F. Windows color (decimal): -16654596 or 16571905. OLE color: 16571905.
HSL color Cylindrical-coordinate representation of color #01DEFC: hue angle of 187.17º 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 #01DEFC is Cyan = 1.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 222 | 252 | - |
| CMYK | 1.00 | 0.12 | 0 | 0.01 |
| HSL | 187.17º | 0.99% | 0.5% | - |
| HSV(B) | 187.17º | 1% | 0.99% | - |
| XYZ | 43.7 | 59.28 | 101.23 | - |
| YUV | 159.34 | 180.28 | 15.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 222 | 252 | 1.00 | 0.12 | 0 | 0.01 | 187.17 | 0.99 | 0.5 |
| Hex | 1 | DE | FC | 64 | C | 0 | 1 | BB | 63 | 32 |
| Octal | 1 | 336 | 374 | 144 | 14 | 0 | 1 | 273 | 143 | 62 |
| Binary | 1 | 11011110 | 11111100 | 1100100 | 1100 | 0 | 1 | 10111011 | 1100011 | 110010 |
Color Harmonies of #01DEFC
Complementary color
Monochromatic Colors of #01DEFC
Black with #01DEFC
Text Example
Text Example
White with #01DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DEFC; }
p { color: rgb(1,222,252); }
H1.HeaderClassName
{
color: #01DEFC;
}
.AnyTagClassName
{
color: #01DEFC;
}
</style>
background-color css
<style>
a { background-color: #01DEFC; }
a { background-color: rgb(1,222,252); }
div.DivClassName
{
background-color: #01DEFC;
}
.BgClassName
{
background-color: #01DEFC;
}
</style>
border-color css
<style>
span { border-color: #01DEFC; }
span { border-color: rgb(1,222,252); }
td.TdClassName
{
border-color: #01DEFC;
}
.TagClassName
{
border-color: #01DEFC;
}
</style>