Shades of Deep Sky Blue #07D9FF
Tints of Deep Sky Blue #07D9FF
RGB
CMYK
RGB Variations
Color information
#07D9FF (or 0x07D9FF) is known color: Deep Sky Blue. HEX triplet: 07, D9 and FF. RGB value is (7,217,255). Sum of RGB (Red+Green+Blue) = 7+217+255=479 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.46% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #07D9FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07D9FF is #F82600. Grayscale: #9E9E9E. Windows color (decimal): -16262657 or 16767239. OLE color: 16767239.
HSL color Cylindrical-coordinate representation of color #07D9FF: hue angle of 189.19º 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 #07D9FF is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 217 | 255 | - |
| CMYK | 0.97 | 0.15 | 0 | 0 |
| HSL | 189.19º | 1% | 0.51% | - |
| HSV(B) | 189.19º | 0.97% | 1% | - |
| XYZ | 42.95 | 56.89 | 103.33 | - |
| YUV | 158.54 | 182.43 | 19.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 217 | 255 | 0.97 | 0.15 | 0 | 0 | 189.19 | 1 | 0.51 |
| Hex | 7 | D9 | FF | 61 | F | 0 | 0 | BD | 64 | 33 |
| Octal | 7 | 331 | 377 | 141 | 17 | 0 | 0 | 275 | 144 | 63 |
| Binary | 111 | 11011001 | 11111111 | 1100001 | 1111 | 0 | 0 | 10111101 | 1100100 | 110011 |
Color Harmonies of #07D9FF
Complementary color
Monochromatic Colors of #07D9FF
Black with #07D9FF
Text Example
Text Example
White with #07D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D9FF; }
p { color: rgb(7,217,255); }
H1.HeaderClassName
{
color: #07D9FF;
}
.AnyTagClassName
{
color: #07D9FF;
}
</style>
background-color css
<style>
a { background-color: #07D9FF; }
a { background-color: rgb(7,217,255); }
div.DivClassName
{
background-color: #07D9FF;
}
.BgClassName
{
background-color: #07D9FF;
}
</style>
border-color css
<style>
span { border-color: #07D9FF; }
span { border-color: rgb(7,217,255); }
td.TdClassName
{
border-color: #07D9FF;
}
.TagClassName
{
border-color: #07D9FF;
}
</style>