Shades of Deep Sky Blue #00BCEB
Tints of Deep Sky Blue #00BCEB
RGB
CMYK
RGB Variations
Color information
#00BCEB (or 0x00BCEB) is known color: Deep Sky Blue. HEX triplet: 00, BC and EB. RGB value is (0,188,235). Sum of RGB (Red+Green+Blue) = 0+188+235=423 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #00BCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BCEB is #FF4314. Grayscale: #888888. Windows color (decimal): -16728853 or 15449088. OLE color: 15449088.
HSL color Cylindrical-coordinate representation of color #00BCEB: hue angle of 192º 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 #00BCEB is Cyan = 1, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 188 | 235 | - |
| CMYK | 1 | 0.2 | 0 | 0.08 |
| HSL | 192º | 1% | 0.46% | - |
| HSV(B) | 192º | 1% | 0.92% | - |
| XYZ | 32.98 | 41.96 | 84.96 | - |
| YUV | 137.15 | 183.22 | 30.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 235 | 1 | 0.2 | 0 | 0.08 | 192 | 1 | 0.46 |
| Hex | 0 | BC | EB | 64 | 14 | 0 | 8 | C0 | 64 | 2E |
| Octal | 0 | 274 | 353 | 144 | 24 | 0 | 10 | 300 | 144 | 56 |
| Binary | 0 | 10111100 | 11101011 | 1100100 | 10100 | 0 | 1000 | 11000000 | 1100100 | 101110 |
Color Harmonies of #00BCEB
Complementary color
Monochromatic Colors of #00BCEB
Black with #00BCEB
Text Example
Text Example
White with #00BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BCEB; }
p { color: rgb(0,188,235); }
H1.HeaderClassName
{
color: #00BCEB;
}
.AnyTagClassName
{
color: #00BCEB;
}
</style>
background-color css
<style>
a { background-color: #00BCEB; }
a { background-color: rgb(0,188,235); }
div.DivClassName
{
background-color: #00BCEB;
}
.BgClassName
{
background-color: #00BCEB;
}
</style>
border-color css
<style>
span { border-color: #00BCEB; }
span { border-color: rgb(0,188,235); }
td.TdClassName
{
border-color: #00BCEB;
}
.TagClassName
{
border-color: #00BCEB;
}
</style>