Shades of Deep Sky Blue #1ECEEF
Tints of Deep Sky Blue #1ECEEF
RGB
CMYK
RGB Variations
Color information
#1ECEEF (or 0x1ECEEF) is known color: Deep Sky Blue. HEX triplet: 1E, CE and EF. RGB value is (30,206,239). Sum of RGB (Red+Green+Blue) = 30+206+239=475 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.32% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #1ECEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECEEF is #E13110. Grayscale: #9C9C9C. Windows color (decimal): -14758161 or 15715870. OLE color: 15715870.
HSL color Cylindrical-coordinate representation of color #1ECEEF: hue angle of 189.47º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ECEEF is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 206 | 239 | - |
| CMYK | 0.87 | 0.14 | 0 | 0.06 |
| HSL | 189.47º | 0.87% | 0.53% | - |
| HSV(B) | 189.47º | 0.87% | 0.94% | - |
| XYZ | 38.19 | 50.65 | 89.43 | - |
| YUV | 157.14 | 174.19 | 37.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 206 | 239 | 0.87 | 0.14 | 0 | 0.06 | 189.47 | 0.87 | 0.53 |
| Hex | 1E | CE | EF | 57 | E | 0 | 6 | BD | 57 | 35 |
| Octal | 36 | 316 | 357 | 127 | 16 | 0 | 6 | 275 | 127 | 65 |
| Binary | 11110 | 11001110 | 11101111 | 1010111 | 1110 | 0 | 110 | 10111101 | 1010111 | 110101 |
Color Harmonies of #1ECEEF
Complementary color
Monochromatic Colors of #1ECEEF
Black with #1ECEEF
Text Example
Text Example
White with #1ECEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECEEF; }
p { color: rgb(30,206,239); }
H1.HeaderClassName
{
color: #1ECEEF;
}
.AnyTagClassName
{
color: #1ECEEF;
}
</style>
background-color css
<style>
a { background-color: #1ECEEF; }
a { background-color: rgb(30,206,239); }
div.DivClassName
{
background-color: #1ECEEF;
}
.BgClassName
{
background-color: #1ECEEF;
}
</style>
border-color css
<style>
span { border-color: #1ECEEF; }
span { border-color: rgb(30,206,239); }
td.TdClassName
{
border-color: #1ECEEF;
}
.TagClassName
{
border-color: #1ECEEF;
}
</style>