Shades of Deep Sky Blue #07C9F0
Tints of Deep Sky Blue #07C9F0
RGB
CMYK
RGB Variations
Color information
#07C9F0 (or 0x07C9F0) is known color: Deep Sky Blue. HEX triplet: 07, C9 and F0. RGB value is (7,201,240). Sum of RGB (Red+Green+Blue) = 7+201+240=448 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.56% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 240 (94.14% from 255 or 53.57% from 448); Max value from RGB is 240 - color contains mainly: blue. Hex color #07C9F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07C9F0 is #F8360F. Grayscale: #939393. Windows color (decimal): -16266768 or 15780103. OLE color: 15780103.
HSL color Cylindrical-coordinate representation of color #07C9F0: hue angle of 190.04º 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 #07C9F0 is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 201 | 240 | - |
| CMYK | 0.97 | 0.16 | 0 | 0.06 |
| HSL | 190.04º | 0.94% | 0.48% | - |
| HSV(B) | 190.04º | 0.97% | 0.94% | - |
| XYZ | 36.7 | 48.11 | 89.79 | - |
| YUV | 147.44 | 180.23 | 27.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 201 | 240 | 0.97 | 0.16 | 0 | 0.06 | 190.04 | 0.94 | 0.48 |
| Hex | 7 | C9 | F0 | 61 | 10 | 0 | 6 | BE | 5E | 30 |
| Octal | 7 | 311 | 360 | 141 | 20 | 0 | 6 | 276 | 136 | 60 |
| Binary | 111 | 11001001 | 11110000 | 1100001 | 10000 | 0 | 110 | 10111110 | 1011110 | 110000 |
Color Harmonies of #07C9F0
Complementary color
Monochromatic Colors of #07C9F0
Black with #07C9F0
Text Example
Text Example
White with #07C9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C9F0; }
p { color: rgb(7,201,240); }
H1.HeaderClassName
{
color: #07C9F0;
}
.AnyTagClassName
{
color: #07C9F0;
}
</style>
background-color css
<style>
a { background-color: #07C9F0; }
a { background-color: rgb(7,201,240); }
div.DivClassName
{
background-color: #07C9F0;
}
.BgClassName
{
background-color: #07C9F0;
}
</style>
border-color css
<style>
span { border-color: #07C9F0; }
span { border-color: rgb(7,201,240); }
td.TdClassName
{
border-color: #07C9F0;
}
.TagClassName
{
border-color: #07C9F0;
}
</style>