Shades of Summer Sky #2ECDE5
Tints of Summer Sky #2ECDE5
RGB
CMYK
RGB Variations
Color information
#2ECDE5 (or 0x2ECDE5) is known color: Summer Sky. HEX triplet: 2E, CD and E5. RGB value is (46,205,229). Sum of RGB (Red+Green+Blue) = 46+205+229=480 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.58% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 229 (89.84% from 255 or 47.71% from 480); Max value from RGB is 229 - color contains mainly: blue. Hex color #2ECDE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECDE5 is #D1321A. Grayscale: #9F9F9F. Windows color (decimal): -13709851 or 15060270. OLE color: 15060270.
HSL color Cylindrical-coordinate representation of color #2ECDE5: hue angle of 187.87º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ECDE5 is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 205 | 229 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.10 |
| HSL | 187.87º | 0.78% | 0.54% | - |
| HSV(B) | 187.87º | 0.8% | 0.9% | - |
| XYZ | 37.1 | 49.9 | 81.81 | - |
| YUV | 160.2 | 166.82 | 46.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 205 | 229 | 0.80 | 0.10 | 0 | 0.10 | 187.87 | 0.78 | 0.54 |
| Hex | 2E | CD | E5 | 50 | A | 0 | A | BC | 4E | 36 |
| Octal | 56 | 315 | 345 | 120 | 12 | 0 | 12 | 274 | 116 | 66 |
| Binary | 101110 | 11001101 | 11100101 | 1010000 | 1010 | 0 | 1010 | 10111100 | 1001110 | 110110 |
Color Harmonies of #2ECDE5
Complementary color
Monochromatic Colors of #2ECDE5
Black with #2ECDE5
Text Example
Text Example
White with #2ECDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECDE5; }
p { color: rgb(46,205,229); }
H1.HeaderClassName
{
color: #2ECDE5;
}
.AnyTagClassName
{
color: #2ECDE5;
}
</style>
background-color css
<style>
a { background-color: #2ECDE5; }
a { background-color: rgb(46,205,229); }
div.DivClassName
{
background-color: #2ECDE5;
}
.BgClassName
{
background-color: #2ECDE5;
}
</style>
border-color css
<style>
span { border-color: #2ECDE5; }
span { border-color: rgb(46,205,229); }
td.TdClassName
{
border-color: #2ECDE5;
}
.TagClassName
{
border-color: #2ECDE5;
}
</style>