Shades of Deep Sky Blue #1ECEF3
Tints of Deep Sky Blue #1ECEF3
RGB
CMYK
RGB Variations
Color information
#1ECEF3 (or 0x1ECEF3) is known color: Deep Sky Blue. HEX triplet: 1E, CE and F3. RGB value is (30,206,243). Sum of RGB (Red+Green+Blue) = 30+206+243=479 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.26% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 243 (95.31% from 255 or 50.73% from 479); Max value from RGB is 243 - color contains mainly: blue. Hex color #1ECEF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECEF3 is #E1310C. Grayscale: #9D9D9D. Windows color (decimal): -14758157 or 15978014. OLE color: 15978014.
HSL color Cylindrical-coordinate representation of color #1ECEF3: hue angle of 190.42º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ECEF3 is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 206 | 243 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.05 |
| HSL | 190.42º | 0.9% | 0.54% | - |
| HSV(B) | 190.42º | 0.88% | 0.95% | - |
| XYZ | 38.78 | 50.89 | 92.57 | - |
| YUV | 157.59 | 176.19 | 36.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 206 | 243 | 0.88 | 0.15 | 0 | 0.05 | 190.42 | 0.9 | 0.54 |
| Hex | 1E | CE | F3 | 58 | F | 0 | 5 | BE | 5A | 36 |
| Octal | 36 | 316 | 363 | 130 | 17 | 0 | 5 | 276 | 132 | 66 |
| Binary | 11110 | 11001110 | 11110011 | 1011000 | 1111 | 0 | 101 | 10111110 | 1011010 | 110110 |
Color Harmonies of #1ECEF3
Complementary color
Monochromatic Colors of #1ECEF3
Black with #1ECEF3
Text Example
Text Example
White with #1ECEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECEF3; }
p { color: rgb(30,206,243); }
H1.HeaderClassName
{
color: #1ECEF3;
}
.AnyTagClassName
{
color: #1ECEF3;
}
</style>
background-color css
<style>
a { background-color: #1ECEF3; }
a { background-color: rgb(30,206,243); }
div.DivClassName
{
background-color: #1ECEF3;
}
.BgClassName
{
background-color: #1ECEF3;
}
</style>
border-color css
<style>
span { border-color: #1ECEF3; }
span { border-color: rgb(30,206,243); }
td.TdClassName
{
border-color: #1ECEF3;
}
.TagClassName
{
border-color: #1ECEF3;
}
</style>