Shades of Deep Sky Blue #07C7FF
Tints of Deep Sky Blue #07C7FF
RGB
CMYK
RGB Variations
Color information
#07C7FF (or 0x07C7FF) is known color: Deep Sky Blue. HEX triplet: 07, C7 and FF. RGB value is (7,199,255). Sum of RGB (Red+Green+Blue) = 7+199+255=461 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.52% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #07C7FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07C7FF is #F83800. Grayscale: #939393. Windows color (decimal): -16267265 or 16762631. OLE color: 16762631.
HSL color Cylindrical-coordinate representation of color #07C7FF: hue angle of 193.55º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07C7FF is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 199 | 255 | - |
| CMYK | 0.97 | 0.22 | 0 | 0 |
| HSL | 193.55º | 1% | 0.51% | - |
| HSV(B) | 193.55º | 0.97% | 1% | - |
| XYZ | 38.56 | 48.11 | 101.86 | - |
| YUV | 147.98 | 188.39 | 27.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 199 | 255 | 0.97 | 0.22 | 0 | 0 | 193.55 | 1 | 0.51 |
| Hex | 7 | C7 | FF | 61 | 16 | 0 | 0 | C2 | 64 | 33 |
| Octal | 7 | 307 | 377 | 141 | 26 | 0 | 0 | 302 | 144 | 63 |
| Binary | 111 | 11000111 | 11111111 | 1100001 | 10110 | 0 | 0 | 11000010 | 1100100 | 110011 |
Color Harmonies of #07C7FF
Complementary color
Monochromatic Colors of #07C7FF
Black with #07C7FF
Text Example
Text Example
White with #07C7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C7FF; }
p { color: rgb(7,199,255); }
H1.HeaderClassName
{
color: #07C7FF;
}
.AnyTagClassName
{
color: #07C7FF;
}
</style>
background-color css
<style>
a { background-color: #07C7FF; }
a { background-color: rgb(7,199,255); }
div.DivClassName
{
background-color: #07C7FF;
}
.BgClassName
{
background-color: #07C7FF;
}
</style>
border-color css
<style>
span { border-color: #07C7FF; }
span { border-color: rgb(7,199,255); }
td.TdClassName
{
border-color: #07C7FF;
}
.TagClassName
{
border-color: #07C7FF;
}
</style>