Shades of Deep Sky Blue #1EC9EB
Tints of Deep Sky Blue #1EC9EB
RGB
CMYK
RGB Variations
Color information
#1EC9EB (or 0x1EC9EB) is known color: Deep Sky Blue. HEX triplet: 1E, C9 and EB. RGB value is (30,201,235). Sum of RGB (Red+Green+Blue) = 30+201+235=466 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.44% from 466); Green value is 201 (78.91% from 255 or 43.13% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #1EC9EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EC9EB is #E13614. Grayscale: #999999. Windows color (decimal): -14759445 or 15452446. OLE color: 15452446.
HSL color Cylindrical-coordinate representation of color #1EC9EB: hue angle of 189.95º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EC9EB is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 201 | 235 | - |
| CMYK | 0.87 | 0.14 | 0 | 0.08 |
| HSL | 189.95º | 0.84% | 0.52% | - |
| HSV(B) | 189.95º | 0.87% | 0.92% | - |
| XYZ | 36.42 | 48.05 | 85.95 | - |
| YUV | 153.75 | 173.85 | 39.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 201 | 235 | 0.87 | 0.14 | 0 | 0.08 | 189.95 | 0.84 | 0.52 |
| Hex | 1E | C9 | EB | 57 | E | 0 | 8 | BE | 54 | 34 |
| Octal | 36 | 311 | 353 | 127 | 16 | 0 | 10 | 276 | 124 | 64 |
| Binary | 11110 | 11001001 | 11101011 | 1010111 | 1110 | 0 | 1000 | 10111110 | 1010100 | 110100 |
Color Harmonies of #1EC9EB
Complementary color
Monochromatic Colors of #1EC9EB
Black with #1EC9EB
Text Example
Text Example
White with #1EC9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC9EB; }
p { color: rgb(30,201,235); }
H1.HeaderClassName
{
color: #1EC9EB;
}
.AnyTagClassName
{
color: #1EC9EB;
}
</style>
background-color css
<style>
a { background-color: #1EC9EB; }
a { background-color: rgb(30,201,235); }
div.DivClassName
{
background-color: #1EC9EB;
}
.BgClassName
{
background-color: #1EC9EB;
}
</style>
border-color css
<style>
span { border-color: #1EC9EB; }
span { border-color: rgb(30,201,235); }
td.TdClassName
{
border-color: #1EC9EB;
}
.TagClassName
{
border-color: #1EC9EB;
}
</style>