Shades of Deep Sky Blue #01CFFE
Tints of Deep Sky Blue #01CFFE
RGB
CMYK
RGB Variations
Color information
#01CFFE (or 0x01CFFE) is known color: Deep Sky Blue. HEX triplet: 01, CF and FE. RGB value is (1,207,254). Sum of RGB (Red+Green+Blue) = 1+207+254=462 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #01CFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01CFFE is #FE3001. Grayscale: #969696. Windows color (decimal): -16658434 or 16699137. OLE color: 16699137.
HSL color Cylindrical-coordinate representation of color #01CFFE: hue angle of 191.15º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CFFE is Cyan = 1.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 207 | 254 | - |
| CMYK | 1.00 | 0.19 | 0 | 0.00 |
| HSL | 191.15º | 0.99% | 0.5% | - |
| HSV(B) | 191.15º | 1% | 1% | - |
| XYZ | 40.21 | 51.79 | 101.64 | - |
| YUV | 150.76 | 186.25 | 21.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 207 | 254 | 1.00 | 0.19 | 0 | 0.00 | 191.15 | 0.99 | 0.5 |
| Hex | 1 | CF | FE | 64 | 13 | 0 | 0 | BF | 63 | 32 |
| Octal | 1 | 317 | 376 | 144 | 23 | 0 | 0 | 277 | 143 | 62 |
| Binary | 1 | 11001111 | 11111110 | 1100100 | 10011 | 0 | 0 | 10111111 | 1100011 | 110010 |
Color Harmonies of #01CFFE
Complementary color
Monochromatic Colors of #01CFFE
Black with #01CFFE
Text Example
Text Example
White with #01CFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CFFE; }
p { color: rgb(1,207,254); }
H1.HeaderClassName
{
color: #01CFFE;
}
.AnyTagClassName
{
color: #01CFFE;
}
</style>
background-color css
<style>
a { background-color: #01CFFE; }
a { background-color: rgb(1,207,254); }
div.DivClassName
{
background-color: #01CFFE;
}
.BgClassName
{
background-color: #01CFFE;
}
</style>
border-color css
<style>
span { border-color: #01CFFE; }
span { border-color: rgb(1,207,254); }
td.TdClassName
{
border-color: #01CFFE;
}
.TagClassName
{
border-color: #01CFFE;
}
</style>