Shades of Summer Sky #2ECCE1
Tints of Summer Sky #2ECCE1
RGB
CMYK
RGB Variations
Color information
#2ECCE1 (or 0x2ECCE1) is known color: Summer Sky. HEX triplet: 2E, CC and E1. RGB value is (46,204,225). Sum of RGB (Red+Green+Blue) = 46+204+225=475 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.68% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 225 (88.28% from 255 or 47.37% from 475); Max value from RGB is 225 - color contains mainly: blue. Hex color #2ECCE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECCE1 is #D1331E. Grayscale: #9E9E9E. Windows color (decimal): -13710111 or 14797870. OLE color: 14797870.
HSL color Cylindrical-coordinate representation of color #2ECCE1: hue angle of 187.04º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ECCE1 is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 204 | 225 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.12 |
| HSL | 187.04º | 0.75% | 0.53% | - |
| HSV(B) | 187.04º | 0.8% | 0.88% | - |
| XYZ | 36.31 | 49.2 | 78.82 | - |
| YUV | 159.15 | 165.15 | 47.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 225 | 0.80 | 0.09 | 0 | 0.12 | 187.04 | 0.75 | 0.53 |
| Hex | 2E | CC | E1 | 50 | 9 | 0 | C | BB | 4B | 35 |
| Octal | 56 | 314 | 341 | 120 | 11 | 0 | 14 | 273 | 113 | 65 |
| Binary | 101110 | 11001100 | 11100001 | 1010000 | 1001 | 0 | 1100 | 10111011 | 1001011 | 110101 |
Color Harmonies of #2ECCE1
Complementary color
Monochromatic Colors of #2ECCE1
Black with #2ECCE1
Text Example
Text Example
White with #2ECCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECCE1; }
p { color: rgb(46,204,225); }
H1.HeaderClassName
{
color: #2ECCE1;
}
.AnyTagClassName
{
color: #2ECCE1;
}
</style>
background-color css
<style>
a { background-color: #2ECCE1; }
a { background-color: rgb(46,204,225); }
div.DivClassName
{
background-color: #2ECCE1;
}
.BgClassName
{
background-color: #2ECCE1;
}
</style>
border-color css
<style>
span { border-color: #2ECCE1; }
span { border-color: rgb(46,204,225); }
td.TdClassName
{
border-color: #2ECCE1;
}
.TagClassName
{
border-color: #2ECCE1;
}
</style>