Shades of Deep Sky Blue #1EC4EE
Tints of Deep Sky Blue #1EC4EE
RGB
CMYK
RGB Variations
Color information
#1EC4EE (or 0x1EC4EE) is known color: Deep Sky Blue. HEX triplet: 1E, C4 and EE. RGB value is (30,196,238). Sum of RGB (Red+Green+Blue) = 30+196+238=464 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.47% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #1EC4EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EC4EE is #E13B11. Grayscale: #969696. Windows color (decimal): -14760722 or 15647774. OLE color: 15647774.
HSL color Cylindrical-coordinate representation of color #1EC4EE: hue angle of 192.12º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EC4EE is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 196 | 238 | - |
| CMYK | 0.87 | 0.18 | 0 | 0.07 |
| HSL | 192.12º | 0.86% | 0.53% | - |
| HSV(B) | 192.12º | 0.87% | 0.93% | - |
| XYZ | 35.71 | 45.93 | 87.87 | - |
| YUV | 151.15 | 177 | 41.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 196 | 238 | 0.87 | 0.18 | 0 | 0.07 | 192.12 | 0.86 | 0.53 |
| Hex | 1E | C4 | EE | 57 | 12 | 0 | 7 | C0 | 56 | 35 |
| Octal | 36 | 304 | 356 | 127 | 22 | 0 | 7 | 300 | 126 | 65 |
| Binary | 11110 | 11000100 | 11101110 | 1010111 | 10010 | 0 | 111 | 11000000 | 1010110 | 110101 |
Color Harmonies of #1EC4EE
Complementary color
Monochromatic Colors of #1EC4EE
Black with #1EC4EE
Text Example
Text Example
White with #1EC4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC4EE; }
p { color: rgb(30,196,238); }
H1.HeaderClassName
{
color: #1EC4EE;
}
.AnyTagClassName
{
color: #1EC4EE;
}
</style>
background-color css
<style>
a { background-color: #1EC4EE; }
a { background-color: rgb(30,196,238); }
div.DivClassName
{
background-color: #1EC4EE;
}
.BgClassName
{
background-color: #1EC4EE;
}
</style>
border-color css
<style>
span { border-color: #1EC4EE; }
span { border-color: rgb(30,196,238); }
td.TdClassName
{
border-color: #1EC4EE;
}
.TagClassName
{
border-color: #1EC4EE;
}
</style>