Shades of Deep Sky Blue #00BEE5
Tints of Deep Sky Blue #00BEE5
RGB
CMYK
RGB Variations
Color information
#00BEE5 (or 0x00BEE5) is known color: Deep Sky Blue. HEX triplet: 00, BE and E5. RGB value is (0,190,229). Sum of RGB (Red+Green+Blue) = 0+190+229=419 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 229 (89.84% from 255 or 54.65% from 419); Max value from RGB is 229 - color contains mainly: blue. Hex color #00BEE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BEE5 is #FF411A. Grayscale: #898989. Windows color (decimal): -16728347 or 15056384. OLE color: 15056384.
HSL color Cylindrical-coordinate representation of color #00BEE5: hue angle of 190.22º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BEE5 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 190 | 229 | - |
| CMYK | 1 | 0.17 | 0 | 0.10 |
| HSL | 190.22º | 1% | 0.45% | - |
| HSV(B) | 190.22º | 1% | 0.9% | - |
| XYZ | 32.56 | 42.48 | 80.61 | - |
| YUV | 137.64 | 179.55 | 29.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 190 | 229 | 1 | 0.17 | 0 | 0.10 | 190.22 | 1 | 0.45 |
| Hex | 0 | BE | E5 | 64 | 11 | 0 | A | BE | 64 | 2D |
| Octal | 0 | 276 | 345 | 144 | 21 | 0 | 12 | 276 | 144 | 55 |
| Binary | 0 | 10111110 | 11100101 | 1100100 | 10001 | 0 | 1010 | 10111110 | 1100100 | 101101 |
Color Harmonies of #00BEE5
Complementary color
Monochromatic Colors of #00BEE5
Black with #00BEE5
Text Example
Text Example
White with #00BEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BEE5; }
p { color: rgb(0,190,229); }
H1.HeaderClassName
{
color: #00BEE5;
}
.AnyTagClassName
{
color: #00BEE5;
}
</style>
background-color css
<style>
a { background-color: #00BEE5; }
a { background-color: rgb(0,190,229); }
div.DivClassName
{
background-color: #00BEE5;
}
.BgClassName
{
background-color: #00BEE5;
}
</style>
border-color css
<style>
span { border-color: #00BEE5; }
span { border-color: rgb(0,190,229); }
td.TdClassName
{
border-color: #00BEE5;
}
.TagClassName
{
border-color: #00BEE5;
}
</style>