Shades of Deep Sky Blue #00BEEC
Tints of Deep Sky Blue #00BEEC
RGB
CMYK
RGB Variations
Color information
#00BEEC (or 0x00BEEC) is known color: Deep Sky Blue. HEX triplet: 00, BE and EC. RGB value is (0,190,236). Sum of RGB (Red+Green+Blue) = 0+190+236=426 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #00BEEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BEEC is #FF4113. Grayscale: #8A8A8A. Windows color (decimal): -16728340 or 15515136. OLE color: 15515136.
HSL color Cylindrical-coordinate representation of color #00BEEC: hue angle of 191.69º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BEEC is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 190 | 236 | - |
| CMYK | 1 | 0.19 | 0 | 0.07 |
| HSL | 191.69º | 1% | 0.46% | - |
| HSV(B) | 191.69º | 1% | 0.93% | - |
| XYZ | 33.55 | 42.88 | 85.87 | - |
| YUV | 138.43 | 183.05 | 29.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 190 | 236 | 1 | 0.19 | 0 | 0.07 | 191.69 | 1 | 0.46 |
| Hex | 0 | BE | EC | 64 | 13 | 0 | 7 | C0 | 64 | 2E |
| Octal | 0 | 276 | 354 | 144 | 23 | 0 | 7 | 300 | 144 | 56 |
| Binary | 0 | 10111110 | 11101100 | 1100100 | 10011 | 0 | 111 | 11000000 | 1100100 | 101110 |
Color Harmonies of #00BEEC
Complementary color
Monochromatic Colors of #00BEEC
Black with #00BEEC
Text Example
Text Example
White with #00BEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BEEC; }
p { color: rgb(0,190,236); }
H1.HeaderClassName
{
color: #00BEEC;
}
.AnyTagClassName
{
color: #00BEEC;
}
</style>
background-color css
<style>
a { background-color: #00BEEC; }
a { background-color: rgb(0,190,236); }
div.DivClassName
{
background-color: #00BEEC;
}
.BgClassName
{
background-color: #00BEEC;
}
</style>
border-color css
<style>
span { border-color: #00BEEC; }
span { border-color: rgb(0,190,236); }
td.TdClassName
{
border-color: #00BEEC;
}
.TagClassName
{
border-color: #00BEEC;
}
</style>