Shades of Deep Sky Blue #01CFFC
Tints of Deep Sky Blue #01CFFC
RGB
CMYK
RGB Variations
Color information
#01CFFC (or 0x01CFFC) is known color: Deep Sky Blue. HEX triplet: 01, CF and FC. RGB value is (1,207,252). Sum of RGB (Red+Green+Blue) = 1+207+252=460 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #01CFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01CFFC is #FE3003. Grayscale: #969696. Windows color (decimal): -16658436 or 16568065. OLE color: 16568065.
HSL color Cylindrical-coordinate representation of color #01CFFC: hue angle of 190.76º 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 #01CFFC is Cyan = 1.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 207 | 252 | - |
| CMYK | 1.00 | 0.18 | 0 | 0.01 |
| HSL | 190.76º | 0.99% | 0.5% | - |
| HSV(B) | 190.76º | 1% | 0.99% | - |
| XYZ | 39.9 | 51.66 | 99.96 | - |
| YUV | 150.54 | 185.25 | 21.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 207 | 252 | 1.00 | 0.18 | 0 | 0.01 | 190.76 | 0.99 | 0.5 |
| Hex | 1 | CF | FC | 64 | 12 | 0 | 1 | BF | 63 | 32 |
| Octal | 1 | 317 | 374 | 144 | 22 | 0 | 1 | 277 | 143 | 62 |
| Binary | 1 | 11001111 | 11111100 | 1100100 | 10010 | 0 | 1 | 10111111 | 1100011 | 110010 |
Color Harmonies of #01CFFC
Complementary color
Monochromatic Colors of #01CFFC
Black with #01CFFC
Text Example
Text Example
White with #01CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CFFC; }
p { color: rgb(1,207,252); }
H1.HeaderClassName
{
color: #01CFFC;
}
.AnyTagClassName
{
color: #01CFFC;
}
</style>
background-color css
<style>
a { background-color: #01CFFC; }
a { background-color: rgb(1,207,252); }
div.DivClassName
{
background-color: #01CFFC;
}
.BgClassName
{
background-color: #01CFFC;
}
</style>
border-color css
<style>
span { border-color: #01CFFC; }
span { border-color: rgb(1,207,252); }
td.TdClassName
{
border-color: #01CFFC;
}
.TagClassName
{
border-color: #01CFFC;
}
</style>