Shades of Deep Sky Blue #07C5FF
Tints of Deep Sky Blue #07C5FF
RGB
CMYK
RGB Variations
Color information
#07C5FF (or 0x07C5FF) is known color: Deep Sky Blue. HEX triplet: 07, C5 and FF. RGB value is (7,197,255). Sum of RGB (Red+Green+Blue) = 7+197+255=459 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.53% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #07C5FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07C5FF is #F83A00. Grayscale: #929292. Windows color (decimal): -16267777 or 16762119. OLE color: 16762119.
HSL color Cylindrical-coordinate representation of color #07C5FF: hue angle of 194.03º 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 #07C5FF is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 197 | 255 | - |
| CMYK | 0.97 | 0.23 | 0 | 0 |
| HSL | 194.03º | 1% | 0.51% | - |
| HSV(B) | 194.03º | 0.97% | 1% | - |
| XYZ | 38.1 | 47.2 | 101.71 | - |
| YUV | 146.8 | 189.05 | 28.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 197 | 255 | 0.97 | 0.23 | 0 | 0 | 194.03 | 1 | 0.51 |
| Hex | 7 | C5 | FF | 61 | 17 | 0 | 0 | C2 | 64 | 33 |
| Octal | 7 | 305 | 377 | 141 | 27 | 0 | 0 | 302 | 144 | 63 |
| Binary | 111 | 11000101 | 11111111 | 1100001 | 10111 | 0 | 0 | 11000010 | 1100100 | 110011 |
Color Harmonies of #07C5FF
Complementary color
Monochromatic Colors of #07C5FF
Black with #07C5FF
Text Example
Text Example
White with #07C5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C5FF; }
p { color: rgb(7,197,255); }
H1.HeaderClassName
{
color: #07C5FF;
}
.AnyTagClassName
{
color: #07C5FF;
}
</style>
background-color css
<style>
a { background-color: #07C5FF; }
a { background-color: rgb(7,197,255); }
div.DivClassName
{
background-color: #07C5FF;
}
.BgClassName
{
background-color: #07C5FF;
}
</style>
border-color css
<style>
span { border-color: #07C5FF; }
span { border-color: rgb(7,197,255); }
td.TdClassName
{
border-color: #07C5FF;
}
.TagClassName
{
border-color: #07C5FF;
}
</style>