Shades of Deep Sky Blue #07D3EE
Tints of Deep Sky Blue #07D3EE
RGB
CMYK
RGB Variations
Color information
#07D3EE (or 0x07D3EE) is known color: Deep Sky Blue. HEX triplet: 07, D3 and EE. RGB value is (7,211,238). Sum of RGB (Red+Green+Blue) = 7+211+238=456 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.54% from 456); Green value is 211 (82.81% from 255 or 46.27% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #07D3EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07D3EE is #F82C11. Grayscale: #989898. Windows color (decimal): -16264210 or 15651591. OLE color: 15651591.
HSL color Cylindrical-coordinate representation of color #07D3EE: hue angle of 187.01º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D3EE is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 211 | 238 | - |
| CMYK | 0.97 | 0.11 | 0 | 0.07 |
| HSL | 187.01º | 0.94% | 0.48% | - |
| HSV(B) | 187.01º | 0.97% | 0.93% | - |
| XYZ | 38.81 | 52.81 | 89.04 | - |
| YUV | 153.08 | 175.91 | 23.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 211 | 238 | 0.97 | 0.11 | 0 | 0.07 | 187.01 | 0.94 | 0.48 |
| Hex | 7 | D3 | EE | 61 | B | 0 | 7 | BB | 5E | 30 |
| Octal | 7 | 323 | 356 | 141 | 13 | 0 | 7 | 273 | 136 | 60 |
| Binary | 111 | 11010011 | 11101110 | 1100001 | 1011 | 0 | 111 | 10111011 | 1011110 | 110000 |
Color Harmonies of #07D3EE
Complementary color
Monochromatic Colors of #07D3EE
Black with #07D3EE
Text Example
Text Example
White with #07D3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D3EE; }
p { color: rgb(7,211,238); }
H1.HeaderClassName
{
color: #07D3EE;
}
.AnyTagClassName
{
color: #07D3EE;
}
</style>
background-color css
<style>
a { background-color: #07D3EE; }
a { background-color: rgb(7,211,238); }
div.DivClassName
{
background-color: #07D3EE;
}
.BgClassName
{
background-color: #07D3EE;
}
</style>
border-color css
<style>
span { border-color: #07D3EE; }
span { border-color: rgb(7,211,238); }
td.TdClassName
{
border-color: #07D3EE;
}
.TagClassName
{
border-color: #07D3EE;
}
</style>