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