Shades of Deep Sky Blue #1EC9EC
Tints of Deep Sky Blue #1EC9EC
RGB
CMYK
RGB Variations
Color information
#1EC9EC (or 0x1EC9EC) is known color: Deep Sky Blue. HEX triplet: 1E, C9 and EC. RGB value is (30,201,236). Sum of RGB (Red+Green+Blue) = 30+201+236=467 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.42% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #1EC9EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EC9EC is #E13613. Grayscale: #999999. Windows color (decimal): -14759444 or 15517982. OLE color: 15517982.
HSL color Cylindrical-coordinate representation of color #1EC9EC: hue angle of 190.19º 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 #1EC9EC is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 201 | 236 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.07 |
| HSL | 190.19º | 0.84% | 0.52% | - |
| HSV(B) | 190.19º | 0.87% | 0.93% | - |
| XYZ | 36.56 | 48.11 | 86.72 | - |
| YUV | 153.86 | 174.35 | 39.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 201 | 236 | 0.87 | 0.15 | 0 | 0.07 | 190.19 | 0.84 | 0.52 |
| Hex | 1E | C9 | EC | 57 | F | 0 | 7 | BE | 54 | 34 |
| Octal | 36 | 311 | 354 | 127 | 17 | 0 | 7 | 276 | 124 | 64 |
| Binary | 11110 | 11001001 | 11101100 | 1010111 | 1111 | 0 | 111 | 10111110 | 1010100 | 110100 |
Color Harmonies of #1EC9EC
Complementary color
Monochromatic Colors of #1EC9EC
Black with #1EC9EC
Text Example
Text Example
White with #1EC9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC9EC; }
p { color: rgb(30,201,236); }
H1.HeaderClassName
{
color: #1EC9EC;
}
.AnyTagClassName
{
color: #1EC9EC;
}
</style>
background-color css
<style>
a { background-color: #1EC9EC; }
a { background-color: rgb(30,201,236); }
div.DivClassName
{
background-color: #1EC9EC;
}
.BgClassName
{
background-color: #1EC9EC;
}
</style>
border-color css
<style>
span { border-color: #1EC9EC; }
span { border-color: rgb(30,201,236); }
td.TdClassName
{
border-color: #1EC9EC;
}
.TagClassName
{
border-color: #1EC9EC;
}
</style>