Shades of Deep Sky Blue #07C7EC
Tints of Deep Sky Blue #07C7EC
RGB
CMYK
RGB Variations
Color information
#07C7EC (or 0x07C7EC) is known color: Deep Sky Blue. HEX triplet: 07, C7 and EC. RGB value is (7,199,236). Sum of RGB (Red+Green+Blue) = 7+199+236=442 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.58% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #07C7EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07C7EC is #F83813. Grayscale: #919191. Windows color (decimal): -16267284 or 15517447. OLE color: 15517447.
HSL color Cylindrical-coordinate representation of color #07C7EC: hue angle of 189.69º 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 #07C7EC is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 199 | 236 | - |
| CMYK | 0.97 | 0.16 | 0 | 0.07 |
| HSL | 189.69º | 0.94% | 0.48% | - |
| HSV(B) | 189.69º | 0.97% | 0.93% | - |
| XYZ | 35.65 | 46.95 | 86.54 | - |
| YUV | 145.81 | 178.89 | 28.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 199 | 236 | 0.97 | 0.16 | 0 | 0.07 | 189.69 | 0.94 | 0.48 |
| Hex | 7 | C7 | EC | 61 | 10 | 0 | 7 | BE | 5E | 30 |
| Octal | 7 | 307 | 354 | 141 | 20 | 0 | 7 | 276 | 136 | 60 |
| Binary | 111 | 11000111 | 11101100 | 1100001 | 10000 | 0 | 111 | 10111110 | 1011110 | 110000 |
Color Harmonies of #07C7EC
Complementary color
Monochromatic Colors of #07C7EC
Black with #07C7EC
Text Example
Text Example
White with #07C7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C7EC; }
p { color: rgb(7,199,236); }
H1.HeaderClassName
{
color: #07C7EC;
}
.AnyTagClassName
{
color: #07C7EC;
}
</style>
background-color css
<style>
a { background-color: #07C7EC; }
a { background-color: rgb(7,199,236); }
div.DivClassName
{
background-color: #07C7EC;
}
.BgClassName
{
background-color: #07C7EC;
}
</style>
border-color css
<style>
span { border-color: #07C7EC; }
span { border-color: rgb(7,199,236); }
td.TdClassName
{
border-color: #07C7EC;
}
.TagClassName
{
border-color: #07C7EC;
}
</style>