Shades of Deep Sky Blue #01CEFE
Tints of Deep Sky Blue #01CEFE
RGB
CMYK
RGB Variations
Color information
#01CEFE (or 0x01CEFE) is known color: Deep Sky Blue. HEX triplet: 01, CE and FE. RGB value is (1,206,254). Sum of RGB (Red+Green+Blue) = 1+206+254=461 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #01CEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01CEFE is #FE3101. Grayscale: #959595. Windows color (decimal): -16658690 or 16698881. OLE color: 16698881.
HSL color Cylindrical-coordinate representation of color #01CEFE: hue angle of 191.38º 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 #01CEFE is Cyan = 1.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 206 | 254 | - |
| CMYK | 1.00 | 0.19 | 0 | 0.00 |
| HSL | 191.38º | 0.99% | 0.5% | - |
| HSV(B) | 191.38º | 1% | 1% | - |
| XYZ | 39.97 | 51.3 | 101.56 | - |
| YUV | 150.18 | 186.58 | 21.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 206 | 254 | 1.00 | 0.19 | 0 | 0.00 | 191.38 | 0.99 | 0.5 |
| Hex | 1 | CE | FE | 64 | 13 | 0 | 0 | BF | 63 | 32 |
| Octal | 1 | 316 | 376 | 144 | 23 | 0 | 0 | 277 | 143 | 62 |
| Binary | 1 | 11001110 | 11111110 | 1100100 | 10011 | 0 | 0 | 10111111 | 1100011 | 110010 |
Color Harmonies of #01CEFE
Complementary color
Monochromatic Colors of #01CEFE
Black with #01CEFE
Text Example
Text Example
White with #01CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CEFE; }
p { color: rgb(1,206,254); }
H1.HeaderClassName
{
color: #01CEFE;
}
.AnyTagClassName
{
color: #01CEFE;
}
</style>
background-color css
<style>
a { background-color: #01CEFE; }
a { background-color: rgb(1,206,254); }
div.DivClassName
{
background-color: #01CEFE;
}
.BgClassName
{
background-color: #01CEFE;
}
</style>
border-color css
<style>
span { border-color: #01CEFE; }
span { border-color: rgb(1,206,254); }
td.TdClassName
{
border-color: #01CEFE;
}
.TagClassName
{
border-color: #01CEFE;
}
</style>