Shades of Deep Sky Blue #00BCEF
Tints of Deep Sky Blue #00BCEF
RGB
CMYK
RGB Variations
Color information
#00BCEF (or 0x00BCEF) is known color: Deep Sky Blue. HEX triplet: 00, BC and EF. RGB value is (0,188,239). Sum of RGB (Red+Green+Blue) = 0+188+239=427 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 239 (93.75% from 255 or 55.97% from 427); Max value from RGB is 239 - color contains mainly: blue. Hex color #00BCEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BCEF is #FF4310. Grayscale: #898989. Windows color (decimal): -16728849 or 15711232. OLE color: 15711232.
HSL color Cylindrical-coordinate representation of color #00BCEF: hue angle of 192.8º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BCEF is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 188 | 239 | - |
| CMYK | 1 | 0.21 | 0 | 0.06 |
| HSL | 192.8º | 1% | 0.47% | - |
| HSV(B) | 192.8º | 1% | 0.94% | - |
| XYZ | 33.56 | 42.2 | 88.04 | - |
| YUV | 137.6 | 185.22 | 29.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 239 | 1 | 0.21 | 0 | 0.06 | 192.8 | 1 | 0.47 |
| Hex | 0 | BC | EF | 64 | 15 | 0 | 6 | C1 | 64 | 2F |
| Octal | 0 | 274 | 357 | 144 | 25 | 0 | 6 | 301 | 144 | 57 |
| Binary | 0 | 10111100 | 11101111 | 1100100 | 10101 | 0 | 110 | 11000001 | 1100100 | 101111 |
Color Harmonies of #00BCEF
Complementary color
Monochromatic Colors of #00BCEF
Black with #00BCEF
Text Example
Text Example
White with #00BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BCEF; }
p { color: rgb(0,188,239); }
H1.HeaderClassName
{
color: #00BCEF;
}
.AnyTagClassName
{
color: #00BCEF;
}
</style>
background-color css
<style>
a { background-color: #00BCEF; }
a { background-color: rgb(0,188,239); }
div.DivClassName
{
background-color: #00BCEF;
}
.BgClassName
{
background-color: #00BCEF;
}
</style>
border-color css
<style>
span { border-color: #00BCEF; }
span { border-color: rgb(0,188,239); }
td.TdClassName
{
border-color: #00BCEF;
}
.TagClassName
{
border-color: #00BCEF;
}
</style>