Shades of Deep Sky Blue #00CEFD
Tints of Deep Sky Blue #00CEFD
RGB
CMYK
RGB Variations
Color information
#00CEFD (or 0x00CEFD) is known color: Deep Sky Blue. HEX triplet: 00, CE and FD. RGB value is (0,206,253). Sum of RGB (Red+Green+Blue) = 0+206+253=459 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #00CEFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CEFD is #FF3102. Grayscale: #959595. Windows color (decimal): -16724227 or 16633344. OLE color: 16633344.
HSL color Cylindrical-coordinate representation of color #00CEFD: hue angle of 191.15º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CEFD is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 206 | 253 | - |
| CMYK | 1 | 0.19 | 0 | 0.01 |
| HSL | 191.15º | 1% | 0.5% | - |
| HSV(B) | 191.15º | 1% | 0.99% | - |
| XYZ | 39.8 | 51.23 | 100.72 | - |
| YUV | 149.76 | 186.25 | 21.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 206 | 253 | 1 | 0.19 | 0 | 0.01 | 191.15 | 1 | 0.5 |
| Hex | 0 | CE | FD | 64 | 13 | 0 | 1 | BF | 64 | 32 |
| Octal | 0 | 316 | 375 | 144 | 23 | 0 | 1 | 277 | 144 | 62 |
| Binary | 0 | 11001110 | 11111101 | 1100100 | 10011 | 0 | 1 | 10111111 | 1100100 | 110010 |
Color Harmonies of #00CEFD
Complementary color
Monochromatic Colors of #00CEFD
Black with #00CEFD
Text Example
Text Example
White with #00CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CEFD; }
p { color: rgb(0,206,253); }
H1.HeaderClassName
{
color: #00CEFD;
}
.AnyTagClassName
{
color: #00CEFD;
}
</style>
background-color css
<style>
a { background-color: #00CEFD; }
a { background-color: rgb(0,206,253); }
div.DivClassName
{
background-color: #00CEFD;
}
.BgClassName
{
background-color: #00CEFD;
}
</style>
border-color css
<style>
span { border-color: #00CEFD; }
span { border-color: rgb(0,206,253); }
td.TdClassName
{
border-color: #00CEFD;
}
.TagClassName
{
border-color: #00CEFD;
}
</style>