Shades of Deep Sky Blue #00CBEB
Tints of Deep Sky Blue #00CBEB
RGB
CMYK
RGB Variations
Color information
#00CBEB (or 0x00CBEB) is known color: Deep Sky Blue. HEX triplet: 00, CB and EB. RGB value is (0,203,235). Sum of RGB (Red+Green+Blue) = 0+203+235=438 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #00CBEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CBEB is #FF3414. Grayscale: #919191. Windows color (decimal): -16725013 or 15452928. OLE color: 15452928.
HSL color Cylindrical-coordinate representation of color #00CBEB: hue angle of 188.17º 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 #00CBEB is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 203 | 235 | - |
| CMYK | 1 | 0.14 | 0 | 0.08 |
| HSL | 188.17º | 1% | 0.46% | - |
| HSV(B) | 188.17º | 1% | 0.92% | - |
| XYZ | 36.35 | 48.71 | 86.08 | - |
| YUV | 145.95 | 178.25 | 23.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 203 | 235 | 1 | 0.14 | 0 | 0.08 | 188.17 | 1 | 0.46 |
| Hex | 0 | CB | EB | 64 | E | 0 | 8 | BC | 64 | 2E |
| Octal | 0 | 313 | 353 | 144 | 16 | 0 | 10 | 274 | 144 | 56 |
| Binary | 0 | 11001011 | 11101011 | 1100100 | 1110 | 0 | 1000 | 10111100 | 1100100 | 101110 |
Color Harmonies of #00CBEB
Complementary color
Monochromatic Colors of #00CBEB
Black with #00CBEB
Text Example
Text Example
White with #00CBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CBEB; }
p { color: rgb(0,203,235); }
H1.HeaderClassName
{
color: #00CBEB;
}
.AnyTagClassName
{
color: #00CBEB;
}
</style>
background-color css
<style>
a { background-color: #00CBEB; }
a { background-color: rgb(0,203,235); }
div.DivClassName
{
background-color: #00CBEB;
}
.BgClassName
{
background-color: #00CBEB;
}
</style>
border-color css
<style>
span { border-color: #00CBEB; }
span { border-color: rgb(0,203,235); }
td.TdClassName
{
border-color: #00CBEB;
}
.TagClassName
{
border-color: #00CBEB;
}
</style>