Shades of Deep Sky Blue #07BBE9
Tints of Deep Sky Blue #07BBE9
RGB
CMYK
RGB Variations
Color information
#07BBE9 (or 0x07BBE9) is known color: Deep Sky Blue. HEX triplet: 07, BB and E9. RGB value is (7,187,233). Sum of RGB (Red+Green+Blue) = 7+187+233=427 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.64% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 233 (91.41% from 255 or 54.57% from 427); Max value from RGB is 233 - color contains mainly: blue. Hex color #07BBE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BBE9 is #F84416. Grayscale: #8A8A8A. Windows color (decimal): -16270359 or 15317767. OLE color: 15317767.
HSL color Cylindrical-coordinate representation of color #07BBE9: hue angle of 192.21º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BBE9 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 7 | 187 | 233 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.09 |
| HSL | 192.21º | 0.94% | 0.47% | - |
| HSV(B) | 192.21º | 0.97% | 0.91% | - |
| XYZ | 32.57 | 41.47 | 83.38 | - |
| YUV | 138.42 | 181.37 | 34.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 187 | 233 | 0.97 | 0.20 | 0 | 0.09 | 192.21 | 0.94 | 0.47 |
| Hex | 7 | BB | E9 | 61 | 14 | 0 | 9 | C0 | 5E | 2F |
| Octal | 7 | 273 | 351 | 141 | 24 | 0 | 11 | 300 | 136 | 57 |
| Binary | 111 | 10111011 | 11101001 | 1100001 | 10100 | 0 | 1001 | 11000000 | 1011110 | 101111 |
Color Harmonies of #07BBE9
Complementary color
Monochromatic Colors of #07BBE9
Black with #07BBE9
Text Example
Text Example
White with #07BBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BBE9; }
p { color: rgb(7,187,233); }
H1.HeaderClassName
{
color: #07BBE9;
}
.AnyTagClassName
{
color: #07BBE9;
}
</style>
background-color css
<style>
a { background-color: #07BBE9; }
a { background-color: rgb(7,187,233); }
div.DivClassName
{
background-color: #07BBE9;
}
.BgClassName
{
background-color: #07BBE9;
}
</style>
border-color css
<style>
span { border-color: #07BBE9; }
span { border-color: rgb(7,187,233); }
td.TdClassName
{
border-color: #07BBE9;
}
.TagClassName
{
border-color: #07BBE9;
}
</style>