Shades of Deep Sky Blue #07C3FF
Tints of Deep Sky Blue #07C3FF
RGB
CMYK
RGB Variations
Color information
#07C3FF (or 0x07C3FF) is known color: Deep Sky Blue. HEX triplet: 07, C3 and FF. RGB value is (7,195,255). Sum of RGB (Red+Green+Blue) = 7+195+255=457 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.53% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #07C3FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07C3FF is #F83C00. Grayscale: #919191. Windows color (decimal): -16268289 or 16761607. OLE color: 16761607.
HSL color Cylindrical-coordinate representation of color #07C3FF: hue angle of 194.52º 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 #07C3FF is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 195 | 255 | - |
| CMYK | 0.97 | 0.24 | 0 | 0 |
| HSL | 194.52º | 1% | 0.51% | - |
| HSV(B) | 194.52º | 0.97% | 1% | - |
| XYZ | 37.65 | 46.3 | 101.56 | - |
| YUV | 145.63 | 189.72 | 29.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 195 | 255 | 0.97 | 0.24 | 0 | 0 | 194.52 | 1 | 0.51 |
| Hex | 7 | C3 | FF | 61 | 18 | 0 | 0 | C3 | 64 | 33 |
| Octal | 7 | 303 | 377 | 141 | 30 | 0 | 0 | 303 | 144 | 63 |
| Binary | 111 | 11000011 | 11111111 | 1100001 | 11000 | 0 | 0 | 11000011 | 1100100 | 110011 |
Color Harmonies of #07C3FF
Complementary color
Monochromatic Colors of #07C3FF
Black with #07C3FF
Text Example
Text Example
White with #07C3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C3FF; }
p { color: rgb(7,195,255); }
H1.HeaderClassName
{
color: #07C3FF;
}
.AnyTagClassName
{
color: #07C3FF;
}
</style>
background-color css
<style>
a { background-color: #07C3FF; }
a { background-color: rgb(7,195,255); }
div.DivClassName
{
background-color: #07C3FF;
}
.BgClassName
{
background-color: #07C3FF;
}
</style>
border-color css
<style>
span { border-color: #07C3FF; }
span { border-color: rgb(7,195,255); }
td.TdClassName
{
border-color: #07C3FF;
}
.TagClassName
{
border-color: #07C3FF;
}
</style>