Shades of Deep Sky Blue #00C7EC
Tints of Deep Sky Blue #00C7EC
RGB
CMYK
RGB Variations
Color information
#00C7EC (or 0x00C7EC) is known color: Deep Sky Blue. HEX triplet: 00, C7 and EC. RGB value is (0,199,236). Sum of RGB (Red+Green+Blue) = 0+199+236=435 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 236 (92.58% from 255 or 54.25% from 435); Max value from RGB is 236 - color contains mainly: blue. Hex color #00C7EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00C7EC is #FF3813. Grayscale: #8F8F8F. Windows color (decimal): -16726036 or 15517440. OLE color: 15517440.
HSL color Cylindrical-coordinate representation of color #00C7EC: hue angle of 189.41º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C7EC is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 199 | 236 | - |
| CMYK | 1 | 0.16 | 0 | 0.07 |
| HSL | 189.41º | 1% | 0.46% | - |
| HSV(B) | 189.41º | 1% | 0.93% | - |
| XYZ | 35.56 | 46.9 | 86.54 | - |
| YUV | 143.72 | 180.07 | 25.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 199 | 236 | 1 | 0.16 | 0 | 0.07 | 189.41 | 1 | 0.46 |
| Hex | 0 | C7 | EC | 64 | 10 | 0 | 7 | BD | 64 | 2E |
| Octal | 0 | 307 | 354 | 144 | 20 | 0 | 7 | 275 | 144 | 56 |
| Binary | 0 | 11000111 | 11101100 | 1100100 | 10000 | 0 | 111 | 10111101 | 1100100 | 101110 |
Color Harmonies of #00C7EC
Complementary color
Monochromatic Colors of #00C7EC
Black with #00C7EC
Text Example
Text Example
White with #00C7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C7EC; }
p { color: rgb(0,199,236); }
H1.HeaderClassName
{
color: #00C7EC;
}
.AnyTagClassName
{
color: #00C7EC;
}
</style>
background-color css
<style>
a { background-color: #00C7EC; }
a { background-color: rgb(0,199,236); }
div.DivClassName
{
background-color: #00C7EC;
}
.BgClassName
{
background-color: #00C7EC;
}
</style>
border-color css
<style>
span { border-color: #00C7EC; }
span { border-color: rgb(0,199,236); }
td.TdClassName
{
border-color: #00C7EC;
}
.TagClassName
{
border-color: #00C7EC;
}
</style>