Shades of Deep Sky Blue #1EC9ED
Tints of Deep Sky Blue #1EC9ED
RGB
CMYK
RGB Variations
Color information
#1EC9ED (or 0x1EC9ED) is known color: Deep Sky Blue. HEX triplet: 1E, C9 and ED. RGB value is (30,201,237). Sum of RGB (Red+Green+Blue) = 30+201+237=468 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.41% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #1EC9ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EC9ED is #E13612. Grayscale: #999999. Windows color (decimal): -14759443 or 15583518. OLE color: 15583518.
HSL color Cylindrical-coordinate representation of color #1EC9ED: hue angle of 190.43º degrees, saturation: 0.85, 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 #1EC9ED is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 201 | 237 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.07 |
| HSL | 190.43º | 0.85% | 0.52% | - |
| HSV(B) | 190.43º | 0.87% | 0.93% | - |
| XYZ | 36.71 | 48.16 | 87.48 | - |
| YUV | 153.98 | 174.85 | 39.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 201 | 237 | 0.87 | 0.15 | 0 | 0.07 | 190.43 | 0.85 | 0.52 |
| Hex | 1E | C9 | ED | 57 | F | 0 | 7 | BE | 55 | 34 |
| Octal | 36 | 311 | 355 | 127 | 17 | 0 | 7 | 276 | 125 | 64 |
| Binary | 11110 | 11001001 | 11101101 | 1010111 | 1111 | 0 | 111 | 10111110 | 1010101 | 110100 |
Color Harmonies of #1EC9ED
Complementary color
Monochromatic Colors of #1EC9ED
Black with #1EC9ED
Text Example
Text Example
White with #1EC9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC9ED; }
p { color: rgb(30,201,237); }
H1.HeaderClassName
{
color: #1EC9ED;
}
.AnyTagClassName
{
color: #1EC9ED;
}
</style>
background-color css
<style>
a { background-color: #1EC9ED; }
a { background-color: rgb(30,201,237); }
div.DivClassName
{
background-color: #1EC9ED;
}
.BgClassName
{
background-color: #1EC9ED;
}
</style>
border-color css
<style>
span { border-color: #1EC9ED; }
span { border-color: rgb(30,201,237); }
td.TdClassName
{
border-color: #1EC9ED;
}
.TagClassName
{
border-color: #1EC9ED;
}
</style>