Shades of Deep Sky Blue #01CFFF
Tints of Deep Sky Blue #01CFFF
RGB
CMYK
RGB Variations
Color information
#01CFFF (or 0x01CFFF) is known color: Deep Sky Blue. HEX triplet: 01, CF and FF. RGB value is (1,207,255). Sum of RGB (Red+Green+Blue) = 1+207+255=463 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #01CFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01CFFF is #FE3000. Grayscale: #969696. Windows color (decimal): -16658433 or 16764673. OLE color: 16764673.
HSL color Cylindrical-coordinate representation of color #01CFFF: hue angle of 191.34º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CFFF is Cyan = 1.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 207 | 255 | - |
| CMYK | 1.00 | 0.19 | 0 | 0 |
| HSL | 191.34º | 1% | 0.5% | - |
| HSV(B) | 191.34º | 1% | 1% | - |
| XYZ | 40.38 | 51.85 | 102.49 | - |
| YUV | 150.88 | 186.75 | 21.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 207 | 255 | 1.00 | 0.19 | 0 | 0 | 191.34 | 1 | 0.5 |
| Hex | 1 | CF | FF | 64 | 13 | 0 | 0 | BF | 64 | 32 |
| Octal | 1 | 317 | 377 | 144 | 23 | 0 | 0 | 277 | 144 | 62 |
| Binary | 1 | 11001111 | 11111111 | 1100100 | 10011 | 0 | 0 | 10111111 | 1100100 | 110010 |
Color Harmonies of #01CFFF
Complementary color
Monochromatic Colors of #01CFFF
Black with #01CFFF
Text Example
Text Example
White with #01CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CFFF; }
p { color: rgb(1,207,255); }
H1.HeaderClassName
{
color: #01CFFF;
}
.AnyTagClassName
{
color: #01CFFF;
}
</style>
background-color css
<style>
a { background-color: #01CFFF; }
a { background-color: rgb(1,207,255); }
div.DivClassName
{
background-color: #01CFFF;
}
.BgClassName
{
background-color: #01CFFF;
}
</style>
border-color css
<style>
span { border-color: #01CFFF; }
span { border-color: rgb(1,207,255); }
td.TdClassName
{
border-color: #01CFFF;
}
.TagClassName
{
border-color: #01CFFF;
}
</style>