Shades of Summer Sky #2ECDE1
Tints of Summer Sky #2ECDE1
RGB
CMYK
RGB Variations
Color information
#2ECDE1 (or 0x2ECDE1) is known color: Summer Sky. HEX triplet: 2E, CD and E1. RGB value is (46,205,225). Sum of RGB (Red+Green+Blue) = 46+205+225=476 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.66% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 225 (88.28% from 255 or 47.27% from 476); Max value from RGB is 225 - color contains mainly: blue. Hex color #2ECDE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECDE1 is #D1321E. Grayscale: #9F9F9F. Windows color (decimal): -13709855 or 14798126. OLE color: 14798126.
HSL color Cylindrical-coordinate representation of color #2ECDE1: hue angle of 186.7º 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 #2ECDE1 is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 205 | 225 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.12 |
| HSL | 186.7º | 0.75% | 0.53% | - |
| HSV(B) | 186.7º | 0.8% | 0.88% | - |
| XYZ | 36.55 | 49.68 | 78.9 | - |
| YUV | 159.74 | 164.82 | 46.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 205 | 225 | 0.80 | 0.09 | 0 | 0.12 | 186.7 | 0.75 | 0.53 |
| Hex | 2E | CD | E1 | 50 | 9 | 0 | C | BB | 4B | 35 |
| Octal | 56 | 315 | 341 | 120 | 11 | 0 | 14 | 273 | 113 | 65 |
| Binary | 101110 | 11001101 | 11100001 | 1010000 | 1001 | 0 | 1100 | 10111011 | 1001011 | 110101 |
Color Harmonies of #2ECDE1
Complementary color
Monochromatic Colors of #2ECDE1
Black with #2ECDE1
Text Example
Text Example
White with #2ECDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECDE1; }
p { color: rgb(46,205,225); }
H1.HeaderClassName
{
color: #2ECDE1;
}
.AnyTagClassName
{
color: #2ECDE1;
}
</style>
background-color css
<style>
a { background-color: #2ECDE1; }
a { background-color: rgb(46,205,225); }
div.DivClassName
{
background-color: #2ECDE1;
}
.BgClassName
{
background-color: #2ECDE1;
}
</style>
border-color css
<style>
span { border-color: #2ECDE1; }
span { border-color: rgb(46,205,225); }
td.TdClassName
{
border-color: #2ECDE1;
}
.TagClassName
{
border-color: #2ECDE1;
}
</style>