Shades of Deep Sky Blue #07D5FF
Tints of Deep Sky Blue #07D5FF
RGB
CMYK
RGB Variations
Color information
#07D5FF (or 0x07D5FF) is known color: Deep Sky Blue. HEX triplet: 07, D5 and FF. RGB value is (7,213,255). Sum of RGB (Red+Green+Blue) = 7+213+255=475 (62% of max value = 765). Red value is 7 (3.12% from 255 or 1.47% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #07D5FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07D5FF is #F82A00. Grayscale: #9B9B9B. Windows color (decimal): -16263681 or 16766215. OLE color: 16766215.
HSL color Cylindrical-coordinate representation of color #07D5FF: hue angle of 190.16º 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 #07D5FF is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 213 | 255 | - |
| CMYK | 0.97 | 0.16 | 0 | 0 |
| HSL | 190.16º | 1% | 0.51% | - |
| HSV(B) | 190.16º | 0.97% | 1% | - |
| XYZ | 41.93 | 54.85 | 102.99 | - |
| YUV | 156.19 | 183.75 | 21.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 213 | 255 | 0.97 | 0.16 | 0 | 0 | 190.16 | 1 | 0.51 |
| Hex | 7 | D5 | FF | 61 | 10 | 0 | 0 | BE | 64 | 33 |
| Octal | 7 | 325 | 377 | 141 | 20 | 0 | 0 | 276 | 144 | 63 |
| Binary | 111 | 11010101 | 11111111 | 1100001 | 10000 | 0 | 0 | 10111110 | 1100100 | 110011 |
Color Harmonies of #07D5FF
Complementary color
Monochromatic Colors of #07D5FF
Black with #07D5FF
Text Example
Text Example
White with #07D5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D5FF; }
p { color: rgb(7,213,255); }
H1.HeaderClassName
{
color: #07D5FF;
}
.AnyTagClassName
{
color: #07D5FF;
}
</style>
background-color css
<style>
a { background-color: #07D5FF; }
a { background-color: rgb(7,213,255); }
div.DivClassName
{
background-color: #07D5FF;
}
.BgClassName
{
background-color: #07D5FF;
}
</style>
border-color css
<style>
span { border-color: #07D5FF; }
span { border-color: rgb(7,213,255); }
td.TdClassName
{
border-color: #07D5FF;
}
.TagClassName
{
border-color: #07D5FF;
}
</style>