Shades of Deep Sky Blue #07C2FF
Tints of Deep Sky Blue #07C2FF
RGB
CMYK
RGB Variations
Color information
#07C2FF (or 0x07C2FF) is known color: Deep Sky Blue. HEX triplet: 07, C2 and FF. RGB value is (7,194,255). Sum of RGB (Red+Green+Blue) = 7+194+255=456 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.54% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #07C2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07C2FF is #F83D00. Grayscale: #909090. Windows color (decimal): -16268545 or 16761351. OLE color: 16761351.
HSL color Cylindrical-coordinate representation of color #07C2FF: hue angle of 194.76º 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 #07C2FF is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 194 | 255 | - |
| CMYK | 0.97 | 0.24 | 0 | 0 |
| HSL | 194.76º | 1% | 0.51% | - |
| HSV(B) | 194.76º | 0.97% | 1% | - |
| XYZ | 37.43 | 45.85 | 101.48 | - |
| YUV | 145.04 | 190.05 | 29.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 194 | 255 | 0.97 | 0.24 | 0 | 0 | 194.76 | 1 | 0.51 |
| Hex | 7 | C2 | FF | 61 | 18 | 0 | 0 | C3 | 64 | 33 |
| Octal | 7 | 302 | 377 | 141 | 30 | 0 | 0 | 303 | 144 | 63 |
| Binary | 111 | 11000010 | 11111111 | 1100001 | 11000 | 0 | 0 | 11000011 | 1100100 | 110011 |
Color Harmonies of #07C2FF
Complementary color
Monochromatic Colors of #07C2FF
Black with #07C2FF
Text Example
Text Example
White with #07C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C2FF; }
p { color: rgb(7,194,255); }
H1.HeaderClassName
{
color: #07C2FF;
}
.AnyTagClassName
{
color: #07C2FF;
}
</style>
background-color css
<style>
a { background-color: #07C2FF; }
a { background-color: rgb(7,194,255); }
div.DivClassName
{
background-color: #07C2FF;
}
.BgClassName
{
background-color: #07C2FF;
}
</style>
border-color css
<style>
span { border-color: #07C2FF; }
span { border-color: rgb(7,194,255); }
td.TdClassName
{
border-color: #07C2FF;
}
.TagClassName
{
border-color: #07C2FF;
}
</style>