Shades of Deep Sky Blue #02C7EC
Tints of Deep Sky Blue #02C7EC
RGB
CMYK
RGB Variations
Color information
#02C7EC (or 0x02C7EC) is known color: Deep Sky Blue. HEX triplet: 02, C7 and EC. RGB value is (2,199,236). Sum of RGB (Red+Green+Blue) = 2+199+236=437 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 437); Green value is 199 (78.12% from 255 or 45.54% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #02C7EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02C7EC is #FD3813. Grayscale: #8F8F8F. Windows color (decimal): -16594964 or 15517442. OLE color: 15517442.
HSL color Cylindrical-coordinate representation of color #02C7EC: hue angle of 189.49º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C7EC is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 199 | 236 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.07 |
| HSL | 189.49º | 0.98% | 0.47% | - |
| HSV(B) | 189.49º | 0.99% | 0.93% | - |
| XYZ | 35.59 | 46.92 | 86.54 | - |
| YUV | 144.32 | 179.73 | 26.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 199 | 236 | 0.99 | 0.16 | 0 | 0.07 | 189.49 | 0.98 | 0.47 |
| Hex | 2 | C7 | EC | 63 | 10 | 0 | 7 | BD | 62 | 2F |
| Octal | 2 | 307 | 354 | 143 | 20 | 0 | 7 | 275 | 142 | 57 |
| Binary | 10 | 11000111 | 11101100 | 1100011 | 10000 | 0 | 111 | 10111101 | 1100010 | 101111 |
Color Harmonies of #02C7EC
Complementary color
Monochromatic Colors of #02C7EC
Black with #02C7EC
Text Example
Text Example
White with #02C7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C7EC; }
p { color: rgb(2,199,236); }
H1.HeaderClassName
{
color: #02C7EC;
}
.AnyTagClassName
{
color: #02C7EC;
}
</style>
background-color css
<style>
a { background-color: #02C7EC; }
a { background-color: rgb(2,199,236); }
div.DivClassName
{
background-color: #02C7EC;
}
.BgClassName
{
background-color: #02C7EC;
}
</style>
border-color css
<style>
span { border-color: #02C7EC; }
span { border-color: rgb(2,199,236); }
td.TdClassName
{
border-color: #02C7EC;
}
.TagClassName
{
border-color: #02C7EC;
}
</style>