Shades of Deep Sky Blue #07C8EF
Tints of Deep Sky Blue #07C8EF
RGB
CMYK
RGB Variations
Color information
#07C8EF (or 0x07C8EF) is known color: Deep Sky Blue. HEX triplet: 07, C8 and EF. RGB value is (7,200,239). Sum of RGB (Red+Green+Blue) = 7+200+239=446 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.57% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #07C8EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07C8EF is #F83710. Grayscale: #929292. Windows color (decimal): -16267025 or 15714311. OLE color: 15714311.
HSL color Cylindrical-coordinate representation of color #07C8EF: hue angle of 190.09º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07C8EF is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 200 | 239 | - |
| CMYK | 0.97 | 0.16 | 0 | 0.06 |
| HSL | 190.09º | 0.94% | 0.48% | - |
| HSV(B) | 190.09º | 0.97% | 0.94% | - |
| XYZ | 36.32 | 47.59 | 88.93 | - |
| YUV | 146.74 | 180.06 | 28.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 200 | 239 | 0.97 | 0.16 | 0 | 0.06 | 190.09 | 0.94 | 0.48 |
| Hex | 7 | C8 | EF | 61 | 10 | 0 | 6 | BE | 5E | 30 |
| Octal | 7 | 310 | 357 | 141 | 20 | 0 | 6 | 276 | 136 | 60 |
| Binary | 111 | 11001000 | 11101111 | 1100001 | 10000 | 0 | 110 | 10111110 | 1011110 | 110000 |
Color Harmonies of #07C8EF
Complementary color
Monochromatic Colors of #07C8EF
Black with #07C8EF
Text Example
Text Example
White with #07C8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C8EF; }
p { color: rgb(7,200,239); }
H1.HeaderClassName
{
color: #07C8EF;
}
.AnyTagClassName
{
color: #07C8EF;
}
</style>
background-color css
<style>
a { background-color: #07C8EF; }
a { background-color: rgb(7,200,239); }
div.DivClassName
{
background-color: #07C8EF;
}
.BgClassName
{
background-color: #07C8EF;
}
</style>
border-color css
<style>
span { border-color: #07C8EF; }
span { border-color: rgb(7,200,239); }
td.TdClassName
{
border-color: #07C8EF;
}
.TagClassName
{
border-color: #07C8EF;
}
</style>