Shades of Deep Sky Blue #07B9EA
Tints of Deep Sky Blue #07B9EA
RGB
CMYK
RGB Variations
Color information
#07B9EA (or 0x07B9EA) is known color: Deep Sky Blue. HEX triplet: 07, B9 and EA. RGB value is (7,185,234). Sum of RGB (Red+Green+Blue) = 7+185+234=426 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.64% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #07B9EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07B9EA is #F84615. Grayscale: #888888. Windows color (decimal): -16270870 or 15382791. OLE color: 15382791.
HSL color Cylindrical-coordinate representation of color #07B9EA: hue angle of 192.95º 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 #07B9EA is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 185 | 234 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.08 |
| HSL | 192.95º | 0.94% | 0.47% | - |
| HSV(B) | 192.95º | 0.97% | 0.92% | - |
| XYZ | 32.29 | 40.68 | 83.99 | - |
| YUV | 137.36 | 182.53 | 35.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 185 | 234 | 0.97 | 0.21 | 0 | 0.08 | 192.95 | 0.94 | 0.47 |
| Hex | 7 | B9 | EA | 61 | 15 | 0 | 8 | C1 | 5E | 2F |
| Octal | 7 | 271 | 352 | 141 | 25 | 0 | 10 | 301 | 136 | 57 |
| Binary | 111 | 10111001 | 11101010 | 1100001 | 10101 | 0 | 1000 | 11000001 | 1011110 | 101111 |
Color Harmonies of #07B9EA
Complementary color
Monochromatic Colors of #07B9EA
Black with #07B9EA
Text Example
Text Example
White with #07B9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B9EA; }
p { color: rgb(7,185,234); }
H1.HeaderClassName
{
color: #07B9EA;
}
.AnyTagClassName
{
color: #07B9EA;
}
</style>
background-color css
<style>
a { background-color: #07B9EA; }
a { background-color: rgb(7,185,234); }
div.DivClassName
{
background-color: #07B9EA;
}
.BgClassName
{
background-color: #07B9EA;
}
</style>
border-color css
<style>
span { border-color: #07B9EA; }
span { border-color: rgb(7,185,234); }
td.TdClassName
{
border-color: #07B9EA;
}
.TagClassName
{
border-color: #07B9EA;
}
</style>