Shades of Deep Sky Blue #07BBEB
Tints of Deep Sky Blue #07BBEB
RGB
CMYK
RGB Variations
Color information
#07BBEB (or 0x07BBEB) is known color: Deep Sky Blue. HEX triplet: 07, BB and EB. RGB value is (7,187,235). Sum of RGB (Red+Green+Blue) = 7+187+235=429 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.63% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 235 (92.19% from 255 or 54.78% from 429); Max value from RGB is 235 - color contains mainly: blue. Hex color #07BBEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BBEB is #F84414. Grayscale: #8A8A8A. Windows color (decimal): -16270357 or 15448839. OLE color: 15448839.
HSL color Cylindrical-coordinate representation of color #07BBEB: hue angle of 192.63º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BBEB is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 187 | 235 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.08 |
| HSL | 192.63º | 0.94% | 0.47% | - |
| HSV(B) | 192.63º | 0.97% | 0.92% | - |
| XYZ | 32.85 | 41.58 | 84.89 | - |
| YUV | 138.65 | 182.37 | 34.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 187 | 235 | 0.97 | 0.20 | 0 | 0.08 | 192.63 | 0.94 | 0.47 |
| Hex | 7 | BB | EB | 61 | 14 | 0 | 8 | C1 | 5E | 2F |
| Octal | 7 | 273 | 353 | 141 | 24 | 0 | 10 | 301 | 136 | 57 |
| Binary | 111 | 10111011 | 11101011 | 1100001 | 10100 | 0 | 1000 | 11000001 | 1011110 | 101111 |
Color Harmonies of #07BBEB
Complementary color
Monochromatic Colors of #07BBEB
Black with #07BBEB
Text Example
Text Example
White with #07BBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BBEB; }
p { color: rgb(7,187,235); }
H1.HeaderClassName
{
color: #07BBEB;
}
.AnyTagClassName
{
color: #07BBEB;
}
</style>
background-color css
<style>
a { background-color: #07BBEB; }
a { background-color: rgb(7,187,235); }
div.DivClassName
{
background-color: #07BBEB;
}
.BgClassName
{
background-color: #07BBEB;
}
</style>
border-color css
<style>
span { border-color: #07BBEB; }
span { border-color: rgb(7,187,235); }
td.TdClassName
{
border-color: #07BBEB;
}
.TagClassName
{
border-color: #07BBEB;
}
</style>