Shades of Deep Sky Blue #00BBEA
Tints of Deep Sky Blue #00BBEA
RGB
CMYK
RGB Variations
Color information
#00BBEA (or 0x00BBEA) is known color: Deep Sky Blue. HEX triplet: 00, BB and EA. RGB value is (0,187,234). Sum of RGB (Red+Green+Blue) = 0+187+234=421 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 234 (91.80% from 255 or 55.58% from 421); Max value from RGB is 234 - color contains mainly: blue. Hex color #00BBEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BBEA is #FF4415. Grayscale: #888888. Windows color (decimal): -16729110 or 15383296. OLE color: 15383296.
HSL color Cylindrical-coordinate representation of color #00BBEA: hue angle of 192.05º 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 #00BBEA is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 187 | 234 | - |
| CMYK | 1 | 0.20 | 0 | 0.08 |
| HSL | 192.05º | 1% | 0.46% | - |
| HSV(B) | 192.05º | 1% | 0.92% | - |
| XYZ | 32.62 | 41.48 | 84.13 | - |
| YUV | 136.45 | 183.05 | 30.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 187 | 234 | 1 | 0.20 | 0 | 0.08 | 192.05 | 1 | 0.46 |
| Hex | 0 | BB | EA | 64 | 14 | 0 | 8 | C0 | 64 | 2E |
| Octal | 0 | 273 | 352 | 144 | 24 | 0 | 10 | 300 | 144 | 56 |
| Binary | 0 | 10111011 | 11101010 | 1100100 | 10100 | 0 | 1000 | 11000000 | 1100100 | 101110 |
Color Harmonies of #00BBEA
Complementary color
Monochromatic Colors of #00BBEA
Black with #00BBEA
Text Example
Text Example
White with #00BBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BBEA; }
p { color: rgb(0,187,234); }
H1.HeaderClassName
{
color: #00BBEA;
}
.AnyTagClassName
{
color: #00BBEA;
}
</style>
background-color css
<style>
a { background-color: #00BBEA; }
a { background-color: rgb(0,187,234); }
div.DivClassName
{
background-color: #00BBEA;
}
.BgClassName
{
background-color: #00BBEA;
}
</style>
border-color css
<style>
span { border-color: #00BBEA; }
span { border-color: rgb(0,187,234); }
td.TdClassName
{
border-color: #00BBEA;
}
.TagClassName
{
border-color: #00BBEA;
}
</style>