Shades of Deep Sky Blue #07DCFD
Tints of Deep Sky Blue #07DCFD
RGB
CMYK
RGB Variations
Color information
#07DCFD (or 0x07DCFD) is known color: Deep Sky Blue. HEX triplet: 07, DC and FD. RGB value is (7,220,253). Sum of RGB (Red+Green+Blue) = 7+220+253=480 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.46% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #07DCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07DCFD is #F82302. Grayscale: #9F9F9F. Windows color (decimal): -16261891 or 16636935. OLE color: 16636935.
HSL color Cylindrical-coordinate representation of color #07DCFD: hue angle of 188.05º 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 #07DCFD is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 220 | 253 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.01 |
| HSL | 188.05º | 0.98% | 0.51% | - |
| HSV(B) | 188.05º | 0.97% | 0.99% | - |
| XYZ | 43.41 | 58.32 | 101.9 | - |
| YUV | 160.08 | 180.43 | 18.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 220 | 253 | 0.97 | 0.13 | 0 | 0.01 | 188.05 | 0.98 | 0.51 |
| Hex | 7 | DC | FD | 61 | D | 0 | 1 | BC | 62 | 33 |
| Octal | 7 | 334 | 375 | 141 | 15 | 0 | 1 | 274 | 142 | 63 |
| Binary | 111 | 11011100 | 11111101 | 1100001 | 1101 | 0 | 1 | 10111100 | 1100010 | 110011 |
Color Harmonies of #07DCFD
Complementary color
Monochromatic Colors of #07DCFD
Black with #07DCFD
Text Example
Text Example
White with #07DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DCFD; }
p { color: rgb(7,220,253); }
H1.HeaderClassName
{
color: #07DCFD;
}
.AnyTagClassName
{
color: #07DCFD;
}
</style>
background-color css
<style>
a { background-color: #07DCFD; }
a { background-color: rgb(7,220,253); }
div.DivClassName
{
background-color: #07DCFD;
}
.BgClassName
{
background-color: #07DCFD;
}
</style>
border-color css
<style>
span { border-color: #07DCFD; }
span { border-color: rgb(7,220,253); }
td.TdClassName
{
border-color: #07DCFD;
}
.TagClassName
{
border-color: #07DCFD;
}
</style>