Shades of Deep Sky Blue #1EC7EC
Tints of Deep Sky Blue #1EC7EC
RGB
CMYK
RGB Variations
Color information
#1EC7EC (or 0x1EC7EC) is known color: Deep Sky Blue. HEX triplet: 1E, C7 and EC. RGB value is (30,199,236). Sum of RGB (Red+Green+Blue) = 30+199+236=465 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.45% from 465); Green value is 199 (78.12% from 255 or 42.80% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #1EC7EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EC7EC is #E13813. Grayscale: #989898. Windows color (decimal): -14759956 or 15517470. OLE color: 15517470.
HSL color Cylindrical-coordinate representation of color #1EC7EC: hue angle of 190.78º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EC7EC is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 199 | 236 | - |
| CMYK | 0.87 | 0.16 | 0 | 0.07 |
| HSL | 190.78º | 0.84% | 0.52% | - |
| HSV(B) | 190.78º | 0.87% | 0.93% | - |
| XYZ | 36.1 | 47.18 | 86.56 | - |
| YUV | 152.69 | 175.01 | 40.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 199 | 236 | 0.87 | 0.16 | 0 | 0.07 | 190.78 | 0.84 | 0.52 |
| Hex | 1E | C7 | EC | 57 | 10 | 0 | 7 | BF | 54 | 34 |
| Octal | 36 | 307 | 354 | 127 | 20 | 0 | 7 | 277 | 124 | 64 |
| Binary | 11110 | 11000111 | 11101100 | 1010111 | 10000 | 0 | 111 | 10111111 | 1010100 | 110100 |
Color Harmonies of #1EC7EC
Complementary color
Monochromatic Colors of #1EC7EC
Black with #1EC7EC
Text Example
Text Example
White with #1EC7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC7EC; }
p { color: rgb(30,199,236); }
H1.HeaderClassName
{
color: #1EC7EC;
}
.AnyTagClassName
{
color: #1EC7EC;
}
</style>
background-color css
<style>
a { background-color: #1EC7EC; }
a { background-color: rgb(30,199,236); }
div.DivClassName
{
background-color: #1EC7EC;
}
.BgClassName
{
background-color: #1EC7EC;
}
</style>
border-color css
<style>
span { border-color: #1EC7EC; }
span { border-color: rgb(30,199,236); }
td.TdClassName
{
border-color: #1EC7EC;
}
.TagClassName
{
border-color: #1EC7EC;
}
</style>