Shades of Deep Sky Blue #07C9EF
Tints of Deep Sky Blue #07C9EF
RGB
CMYK
RGB Variations
Color information
#07C9EF (or 0x07C9EF) is known color: Deep Sky Blue. HEX triplet: 07, C9 and EF. RGB value is (7,201,239). Sum of RGB (Red+Green+Blue) = 7+201+239=447 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.57% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #07C9EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07C9EF is #F83610. Grayscale: #929292. Windows color (decimal): -16266769 or 15714567. OLE color: 15714567.
HSL color Cylindrical-coordinate representation of color #07C9EF: hue angle of 189.83º 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 #07C9EF is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 201 | 239 | - |
| CMYK | 0.97 | 0.16 | 0 | 0.06 |
| HSL | 189.83º | 0.94% | 0.48% | - |
| HSV(B) | 189.83º | 0.97% | 0.94% | - |
| XYZ | 36.55 | 48.05 | 89.01 | - |
| YUV | 147.33 | 179.73 | 27.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 201 | 239 | 0.97 | 0.16 | 0 | 0.06 | 189.83 | 0.94 | 0.48 |
| Hex | 7 | C9 | EF | 61 | 10 | 0 | 6 | BE | 5E | 30 |
| Octal | 7 | 311 | 357 | 141 | 20 | 0 | 6 | 276 | 136 | 60 |
| Binary | 111 | 11001001 | 11101111 | 1100001 | 10000 | 0 | 110 | 10111110 | 1011110 | 110000 |
Color Harmonies of #07C9EF
Complementary color
Monochromatic Colors of #07C9EF
Black with #07C9EF
Text Example
Text Example
White with #07C9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C9EF; }
p { color: rgb(7,201,239); }
H1.HeaderClassName
{
color: #07C9EF;
}
.AnyTagClassName
{
color: #07C9EF;
}
</style>
background-color css
<style>
a { background-color: #07C9EF; }
a { background-color: rgb(7,201,239); }
div.DivClassName
{
background-color: #07C9EF;
}
.BgClassName
{
background-color: #07C9EF;
}
</style>
border-color css
<style>
span { border-color: #07C9EF; }
span { border-color: rgb(7,201,239); }
td.TdClassName
{
border-color: #07C9EF;
}
.TagClassName
{
border-color: #07C9EF;
}
</style>