Shades of Deep Sky Blue #07D2F6
Tints of Deep Sky Blue #07D2F6
RGB
CMYK
RGB Variations
Color information
#07D2F6 (or 0x07D2F6) is known color: Deep Sky Blue. HEX triplet: 07, D2 and F6. RGB value is (7,210,246). Sum of RGB (Red+Green+Blue) = 7+210+246=463 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.51% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 246 (96.48% from 255 or 53.13% from 463); Max value from RGB is 246 - color contains mainly: blue. Hex color #07D2F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07D2F6 is #F82D09. Grayscale: #999999. Windows color (decimal): -16264458 or 16175623. OLE color: 16175623.
HSL color Cylindrical-coordinate representation of color #07D2F6: hue angle of 189.04º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D2F6 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 7 | 210 | 246 | - |
| CMYK | 0.97 | 0.15 | 0 | 0.04 |
| HSL | 189.04º | 0.94% | 0.5% | - |
| HSV(B) | 189.04º | 0.97% | 0.96% | - |
| XYZ | 39.77 | 52.79 | 95.28 | - |
| YUV | 153.41 | 180.25 | 23.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 210 | 246 | 0.97 | 0.15 | 0 | 0.04 | 189.04 | 0.94 | 0.5 |
| Hex | 7 | D2 | F6 | 61 | F | 0 | 4 | BD | 5E | 32 |
| Octal | 7 | 322 | 366 | 141 | 17 | 0 | 4 | 275 | 136 | 62 |
| Binary | 111 | 11010010 | 11110110 | 1100001 | 1111 | 0 | 100 | 10111101 | 1011110 | 110010 |
Color Harmonies of #07D2F6
Complementary color
Monochromatic Colors of #07D2F6
Black with #07D2F6
Text Example
Text Example
White with #07D2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D2F6; }
p { color: rgb(7,210,246); }
H1.HeaderClassName
{
color: #07D2F6;
}
.AnyTagClassName
{
color: #07D2F6;
}
</style>
background-color css
<style>
a { background-color: #07D2F6; }
a { background-color: rgb(7,210,246); }
div.DivClassName
{
background-color: #07D2F6;
}
.BgClassName
{
background-color: #07D2F6;
}
</style>
border-color css
<style>
span { border-color: #07D2F6; }
span { border-color: rgb(7,210,246); }
td.TdClassName
{
border-color: #07D2F6;
}
.TagClassName
{
border-color: #07D2F6;
}
</style>