Shades of Deep Sky Blue #07BBEC
Tints of Deep Sky Blue #07BBEC
RGB
CMYK
RGB Variations
Color information
#07BBEC (or 0x07BBEC) is known color: Deep Sky Blue. HEX triplet: 07, BB and EC. RGB value is (7,187,236). Sum of RGB (Red+Green+Blue) = 7+187+236=430 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.63% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #07BBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BBEC is #F84413. Grayscale: #8A8A8A. Windows color (decimal): -16270356 or 15514375. OLE color: 15514375.
HSL color Cylindrical-coordinate representation of color #07BBEC: hue angle of 192.84º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BBEC is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 187 | 236 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.07 |
| HSL | 192.84º | 0.94% | 0.48% | - |
| HSV(B) | 192.84º | 0.97% | 0.93% | - |
| XYZ | 33 | 41.64 | 85.66 | - |
| YUV | 138.77 | 182.87 | 34.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 187 | 236 | 0.97 | 0.21 | 0 | 0.07 | 192.84 | 0.94 | 0.48 |
| Hex | 7 | BB | EC | 61 | 15 | 0 | 7 | C1 | 5E | 30 |
| Octal | 7 | 273 | 354 | 141 | 25 | 0 | 7 | 301 | 136 | 60 |
| Binary | 111 | 10111011 | 11101100 | 1100001 | 10101 | 0 | 111 | 11000001 | 1011110 | 110000 |
Color Harmonies of #07BBEC
Complementary color
Monochromatic Colors of #07BBEC
Black with #07BBEC
Text Example
Text Example
White with #07BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BBEC; }
p { color: rgb(7,187,236); }
H1.HeaderClassName
{
color: #07BBEC;
}
.AnyTagClassName
{
color: #07BBEC;
}
</style>
background-color css
<style>
a { background-color: #07BBEC; }
a { background-color: rgb(7,187,236); }
div.DivClassName
{
background-color: #07BBEC;
}
.BgClassName
{
background-color: #07BBEC;
}
</style>
border-color css
<style>
span { border-color: #07BBEC; }
span { border-color: rgb(7,187,236); }
td.TdClassName
{
border-color: #07BBEC;
}
.TagClassName
{
border-color: #07BBEC;
}
</style>