Shades of Deep Sky Blue #00BCEA
Tints of Deep Sky Blue #00BCEA
RGB
CMYK
RGB Variations
Color information
#00BCEA (or 0x00BCEA) is known color: Deep Sky Blue. HEX triplet: 00, BC and EA. RGB value is (0,188,234). Sum of RGB (Red+Green+Blue) = 0+188+234=422 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #00BCEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BCEA is #FF4315. Grayscale: #888888. Windows color (decimal): -16728854 or 15383552. OLE color: 15383552.
HSL color Cylindrical-coordinate representation of color #00BCEA: hue angle of 191.79º 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 #00BCEA is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 188 | 234 | - |
| CMYK | 1 | 0.20 | 0 | 0.08 |
| HSL | 191.79º | 1% | 0.46% | - |
| HSV(B) | 191.79º | 1% | 0.92% | - |
| XYZ | 32.83 | 41.91 | 84.2 | - |
| YUV | 137.03 | 182.72 | 30.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 234 | 1 | 0.20 | 0 | 0.08 | 191.79 | 1 | 0.46 |
| Hex | 0 | BC | EA | 64 | 14 | 0 | 8 | C0 | 64 | 2E |
| Octal | 0 | 274 | 352 | 144 | 24 | 0 | 10 | 300 | 144 | 56 |
| Binary | 0 | 10111100 | 11101010 | 1100100 | 10100 | 0 | 1000 | 11000000 | 1100100 | 101110 |
Color Harmonies of #00BCEA
Complementary color
Monochromatic Colors of #00BCEA
Black with #00BCEA
Text Example
Text Example
White with #00BCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BCEA; }
p { color: rgb(0,188,234); }
H1.HeaderClassName
{
color: #00BCEA;
}
.AnyTagClassName
{
color: #00BCEA;
}
</style>
background-color css
<style>
a { background-color: #00BCEA; }
a { background-color: rgb(0,188,234); }
div.DivClassName
{
background-color: #00BCEA;
}
.BgClassName
{
background-color: #00BCEA;
}
</style>
border-color css
<style>
span { border-color: #00BCEA; }
span { border-color: rgb(0,188,234); }
td.TdClassName
{
border-color: #00BCEA;
}
.TagClassName
{
border-color: #00BCEA;
}
</style>