Shades of Deep Sky Blue #1EC7EE
Tints of Deep Sky Blue #1EC7EE
RGB
CMYK
RGB Variations
Color information
#1EC7EE (or 0x1EC7EE) is known color: Deep Sky Blue. HEX triplet: 1E, C7 and EE. RGB value is (30,199,238). Sum of RGB (Red+Green+Blue) = 30+199+238=467 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.42% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #1EC7EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EC7EE is #E13811. Grayscale: #989898. Windows color (decimal): -14759954 or 15648542. OLE color: 15648542.
HSL color Cylindrical-coordinate representation of color #1EC7EE: hue angle of 191.25º 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 #1EC7EE is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 199 | 238 | - |
| CMYK | 0.87 | 0.16 | 0 | 0.07 |
| HSL | 191.25º | 0.86% | 0.53% | - |
| HSV(B) | 191.25º | 0.87% | 0.93% | - |
| XYZ | 36.39 | 47.3 | 88.1 | - |
| YUV | 152.92 | 176.01 | 40.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 199 | 238 | 0.87 | 0.16 | 0 | 0.07 | 191.25 | 0.86 | 0.53 |
| Hex | 1E | C7 | EE | 57 | 10 | 0 | 7 | BF | 56 | 35 |
| Octal | 36 | 307 | 356 | 127 | 20 | 0 | 7 | 277 | 126 | 65 |
| Binary | 11110 | 11000111 | 11101110 | 1010111 | 10000 | 0 | 111 | 10111111 | 1010110 | 110101 |
Color Harmonies of #1EC7EE
Complementary color
Monochromatic Colors of #1EC7EE
Black with #1EC7EE
Text Example
Text Example
White with #1EC7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC7EE; }
p { color: rgb(30,199,238); }
H1.HeaderClassName
{
color: #1EC7EE;
}
.AnyTagClassName
{
color: #1EC7EE;
}
</style>
background-color css
<style>
a { background-color: #1EC7EE; }
a { background-color: rgb(30,199,238); }
div.DivClassName
{
background-color: #1EC7EE;
}
.BgClassName
{
background-color: #1EC7EE;
}
</style>
border-color css
<style>
span { border-color: #1EC7EE; }
span { border-color: rgb(30,199,238); }
td.TdClassName
{
border-color: #1EC7EE;
}
.TagClassName
{
border-color: #1EC7EE;
}
</style>