Shades of Deep Sky Blue #00BBE6
Tints of Deep Sky Blue #00BBE6
RGB
CMYK
RGB Variations
Color information
#00BBE6 (or 0x00BBE6) is known color: Deep Sky Blue. HEX triplet: 00, BB and E6. RGB value is (0,187,230). Sum of RGB (Red+Green+Blue) = 0+187+230=417 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 230 (90.23% from 255 or 55.16% from 417); Max value from RGB is 230 - color contains mainly: blue. Hex color #00BBE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BBE6 is #FF4419. Grayscale: #878787. Windows color (decimal): -16729114 or 15121152. OLE color: 15121152.
HSL color Cylindrical-coordinate representation of color #00BBE6: hue angle of 191.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 #00BBE6 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 187 | 230 | - |
| CMYK | 1 | 0.19 | 0 | 0.10 |
| HSL | 191.22º | 1% | 0.45% | - |
| HSV(B) | 191.22º | 1% | 0.9% | - |
| XYZ | 32.05 | 41.25 | 81.14 | - |
| YUV | 135.99 | 181.05 | 31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 187 | 230 | 1 | 0.19 | 0 | 0.10 | 191.22 | 1 | 0.45 |
| Hex | 0 | BB | E6 | 64 | 13 | 0 | A | BF | 64 | 2D |
| Octal | 0 | 273 | 346 | 144 | 23 | 0 | 12 | 277 | 144 | 55 |
| Binary | 0 | 10111011 | 11100110 | 1100100 | 10011 | 0 | 1010 | 10111111 | 1100100 | 101101 |
Color Harmonies of #00BBE6
Complementary color
Monochromatic Colors of #00BBE6
Black with #00BBE6
Text Example
Text Example
White with #00BBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BBE6; }
p { color: rgb(0,187,230); }
H1.HeaderClassName
{
color: #00BBE6;
}
.AnyTagClassName
{
color: #00BBE6;
}
</style>
background-color css
<style>
a { background-color: #00BBE6; }
a { background-color: rgb(0,187,230); }
div.DivClassName
{
background-color: #00BBE6;
}
.BgClassName
{
background-color: #00BBE6;
}
</style>
border-color css
<style>
span { border-color: #00BBE6; }
span { border-color: rgb(0,187,230); }
td.TdClassName
{
border-color: #00BBE6;
}
.TagClassName
{
border-color: #00BBE6;
}
</style>