Shades of Deep Sky Blue #07DCFC
Tints of Deep Sky Blue #07DCFC
RGB
CMYK
RGB Variations
Color information
#07DCFC (or 0x07DCFC) is known color: Deep Sky Blue. HEX triplet: 07, DC and FC. RGB value is (7,220,252). Sum of RGB (Red+Green+Blue) = 7+220+252=479 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.46% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #07DCFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07DCFC is #F82303. Grayscale: #9F9F9F. Windows color (decimal): -16261892 or 16571399. OLE color: 16571399.
HSL color Cylindrical-coordinate representation of color #07DCFC: hue angle of 187.84º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DCFC is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 220 | 252 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.01 |
| HSL | 187.84º | 0.98% | 0.51% | - |
| HSV(B) | 187.84º | 0.97% | 0.99% | - |
| XYZ | 43.25 | 58.26 | 101.06 | - |
| YUV | 159.96 | 179.93 | 18.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 220 | 252 | 0.97 | 0.13 | 0 | 0.01 | 187.84 | 0.98 | 0.51 |
| Hex | 7 | DC | FC | 61 | D | 0 | 1 | BC | 62 | 33 |
| Octal | 7 | 334 | 374 | 141 | 15 | 0 | 1 | 274 | 142 | 63 |
| Binary | 111 | 11011100 | 11111100 | 1100001 | 1101 | 0 | 1 | 10111100 | 1100010 | 110011 |
Color Harmonies of #07DCFC
Complementary color
Monochromatic Colors of #07DCFC
Black with #07DCFC
Text Example
Text Example
White with #07DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DCFC; }
p { color: rgb(7,220,252); }
H1.HeaderClassName
{
color: #07DCFC;
}
.AnyTagClassName
{
color: #07DCFC;
}
</style>
background-color css
<style>
a { background-color: #07DCFC; }
a { background-color: rgb(7,220,252); }
div.DivClassName
{
background-color: #07DCFC;
}
.BgClassName
{
background-color: #07DCFC;
}
</style>
border-color css
<style>
span { border-color: #07DCFC; }
span { border-color: rgb(7,220,252); }
td.TdClassName
{
border-color: #07DCFC;
}
.TagClassName
{
border-color: #07DCFC;
}
</style>