Shades of Deep Sky Blue #00CEEB
Tints of Deep Sky Blue #00CEEB
RGB
CMYK
RGB Variations
Color information
#00CEEB (or 0x00CEEB) is known color: Deep Sky Blue. HEX triplet: 00, CE and EB. RGB value is (0,206,235). Sum of RGB (Red+Green+Blue) = 0+206+235=441 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #00CEEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CEEB is #FF3114. Grayscale: #939393. Windows color (decimal): -16724245 or 15453696. OLE color: 15453696.
HSL color Cylindrical-coordinate representation of color #00CEEB: hue angle of 187.4º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CEEB is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 206 | 235 | - |
| CMYK | 1 | 0.12 | 0 | 0.08 |
| HSL | 187.4º | 1% | 0.46% | - |
| HSV(B) | 187.4º | 1% | 0.92% | - |
| XYZ | 37.07 | 50.14 | 86.32 | - |
| YUV | 147.71 | 177.25 | 22.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 206 | 235 | 1 | 0.12 | 0 | 0.08 | 187.4 | 1 | 0.46 |
| Hex | 0 | CE | EB | 64 | C | 0 | 8 | BB | 64 | 2E |
| Octal | 0 | 316 | 353 | 144 | 14 | 0 | 10 | 273 | 144 | 56 |
| Binary | 0 | 11001110 | 11101011 | 1100100 | 1100 | 0 | 1000 | 10111011 | 1100100 | 101110 |
Color Harmonies of #00CEEB
Complementary color
Monochromatic Colors of #00CEEB
Black with #00CEEB
Text Example
Text Example
White with #00CEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CEEB; }
p { color: rgb(0,206,235); }
H1.HeaderClassName
{
color: #00CEEB;
}
.AnyTagClassName
{
color: #00CEEB;
}
</style>
background-color css
<style>
a { background-color: #00CEEB; }
a { background-color: rgb(0,206,235); }
div.DivClassName
{
background-color: #00CEEB;
}
.BgClassName
{
background-color: #00CEEB;
}
</style>
border-color css
<style>
span { border-color: #00CEEB; }
span { border-color: rgb(0,206,235); }
td.TdClassName
{
border-color: #00CEEB;
}
.TagClassName
{
border-color: #00CEEB;
}
</style>