Shades of Deep Sky Blue #1EC6EC
Tints of Deep Sky Blue #1EC6EC
RGB
CMYK
RGB Variations
Color information
#1EC6EC (or 0x1EC6EC) is known color: Deep Sky Blue. HEX triplet: 1E, C6 and EC. RGB value is (30,198,236). Sum of RGB (Red+Green+Blue) = 30+198+236=464 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.47% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #1EC6EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EC6EC is #E13913. Grayscale: #979797. Windows color (decimal): -14760212 or 15517214. OLE color: 15517214.
HSL color Cylindrical-coordinate representation of color #1EC6EC: hue angle of 191.07º 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 #1EC6EC is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 198 | 236 | - |
| CMYK | 0.87 | 0.16 | 0 | 0.07 |
| HSL | 191.07º | 0.84% | 0.52% | - |
| HSV(B) | 191.07º | 0.87% | 0.93% | - |
| XYZ | 35.87 | 46.72 | 86.48 | - |
| YUV | 152.1 | 175.34 | 40.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 198 | 236 | 0.87 | 0.16 | 0 | 0.07 | 191.07 | 0.84 | 0.52 |
| Hex | 1E | C6 | EC | 57 | 10 | 0 | 7 | BF | 54 | 34 |
| Octal | 36 | 306 | 354 | 127 | 20 | 0 | 7 | 277 | 124 | 64 |
| Binary | 11110 | 11000110 | 11101100 | 1010111 | 10000 | 0 | 111 | 10111111 | 1010100 | 110100 |
Color Harmonies of #1EC6EC
Complementary color
Monochromatic Colors of #1EC6EC
Black with #1EC6EC
Text Example
Text Example
White with #1EC6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC6EC; }
p { color: rgb(30,198,236); }
H1.HeaderClassName
{
color: #1EC6EC;
}
.AnyTagClassName
{
color: #1EC6EC;
}
</style>
background-color css
<style>
a { background-color: #1EC6EC; }
a { background-color: rgb(30,198,236); }
div.DivClassName
{
background-color: #1EC6EC;
}
.BgClassName
{
background-color: #1EC6EC;
}
</style>
border-color css
<style>
span { border-color: #1EC6EC; }
span { border-color: rgb(30,198,236); }
td.TdClassName
{
border-color: #1EC6EC;
}
.TagClassName
{
border-color: #1EC6EC;
}
</style>