Shades of Deep Sky Blue #00BCEE
Tints of Deep Sky Blue #00BCEE
RGB
CMYK
RGB Variations
Color information
#00BCEE (or 0x00BCEE) is known color: Deep Sky Blue. HEX triplet: 00, BC and EE. RGB value is (0,188,238). Sum of RGB (Red+Green+Blue) = 0+188+238=426 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 238 (93.36% from 255 or 55.87% from 426); Max value from RGB is 238 - color contains mainly: blue. Hex color #00BCEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BCEE is #FF4311. Grayscale: #898989. Windows color (decimal): -16728850 or 15645696. OLE color: 15645696.
HSL color Cylindrical-coordinate representation of color #00BCEE: hue angle of 192.61º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BCEE is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 188 | 238 | - |
| CMYK | 1 | 0.21 | 0 | 0.07 |
| HSL | 192.61º | 1% | 0.47% | - |
| HSV(B) | 192.61º | 1% | 0.93% | - |
| XYZ | 33.42 | 42.14 | 87.26 | - |
| YUV | 137.49 | 184.72 | 29.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 238 | 1 | 0.21 | 0 | 0.07 | 192.61 | 1 | 0.47 |
| Hex | 0 | BC | EE | 64 | 15 | 0 | 7 | C1 | 64 | 2F |
| Octal | 0 | 274 | 356 | 144 | 25 | 0 | 7 | 301 | 144 | 57 |
| Binary | 0 | 10111100 | 11101110 | 1100100 | 10101 | 0 | 111 | 11000001 | 1100100 | 101111 |
Color Harmonies of #00BCEE
Complementary color
Monochromatic Colors of #00BCEE
Black with #00BCEE
Text Example
Text Example
White with #00BCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BCEE; }
p { color: rgb(0,188,238); }
H1.HeaderClassName
{
color: #00BCEE;
}
.AnyTagClassName
{
color: #00BCEE;
}
</style>
background-color css
<style>
a { background-color: #00BCEE; }
a { background-color: rgb(0,188,238); }
div.DivClassName
{
background-color: #00BCEE;
}
.BgClassName
{
background-color: #00BCEE;
}
</style>
border-color css
<style>
span { border-color: #00BCEE; }
span { border-color: rgb(0,188,238); }
td.TdClassName
{
border-color: #00BCEE;
}
.TagClassName
{
border-color: #00BCEE;
}
</style>