Shades of Deep Sky Blue #07D0FD
Tints of Deep Sky Blue #07D0FD
RGB
CMYK
RGB Variations
Color information
#07D0FD (or 0x07D0FD) is known color: Deep Sky Blue. HEX triplet: 07, D0 and FD. RGB value is (7,208,253). Sum of RGB (Red+Green+Blue) = 7+208+253=468 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.50% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #07D0FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07D0FD is #F82F02. Grayscale: #989898. Windows color (decimal): -16264963 or 16633863. OLE color: 16633863.
HSL color Cylindrical-coordinate representation of color #07D0FD: hue angle of 190.98º 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 #07D0FD is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 208 | 253 | - |
| CMYK | 0.97 | 0.18 | 0 | 0.01 |
| HSL | 190.98º | 0.98% | 0.51% | - |
| HSV(B) | 190.98º | 0.97% | 0.99% | - |
| XYZ | 40.37 | 52.25 | 100.89 | - |
| YUV | 153.03 | 184.41 | 23.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 208 | 253 | 0.97 | 0.18 | 0 | 0.01 | 190.98 | 0.98 | 0.51 |
| Hex | 7 | D0 | FD | 61 | 12 | 0 | 1 | BF | 62 | 33 |
| Octal | 7 | 320 | 375 | 141 | 22 | 0 | 1 | 277 | 142 | 63 |
| Binary | 111 | 11010000 | 11111101 | 1100001 | 10010 | 0 | 1 | 10111111 | 1100010 | 110011 |
Color Harmonies of #07D0FD
Complementary color
Monochromatic Colors of #07D0FD
Black with #07D0FD
Text Example
Text Example
White with #07D0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D0FD; }
p { color: rgb(7,208,253); }
H1.HeaderClassName
{
color: #07D0FD;
}
.AnyTagClassName
{
color: #07D0FD;
}
</style>
background-color css
<style>
a { background-color: #07D0FD; }
a { background-color: rgb(7,208,253); }
div.DivClassName
{
background-color: #07D0FD;
}
.BgClassName
{
background-color: #07D0FD;
}
</style>
border-color css
<style>
span { border-color: #07D0FD; }
span { border-color: rgb(7,208,253); }
td.TdClassName
{
border-color: #07D0FD;
}
.TagClassName
{
border-color: #07D0FD;
}
</style>