Shades of Summer Sky #2EACD5
Tints of Summer Sky #2EACD5
RGB
CMYK
RGB Variations
Color information
#2EACD5 (or 0x2EACD5) is known color: Summer Sky. HEX triplet: 2E, AC and D5. RGB value is (46,172,213). Sum of RGB (Red+Green+Blue) = 46+172+213=431 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.67% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 213 (83.59% from 255 or 49.42% from 431); Max value from RGB is 213 - color contains mainly: blue. Hex color #2EACD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EACD5 is #D1532A. Grayscale: #8A8A8A. Windows color (decimal): -13718315 or 14003246. OLE color: 14003246.
HSL color Cylindrical-coordinate representation of color #2EACD5: hue angle of 194.73º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2EACD5 is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 172 | 213 | - |
| CMYK | 0.78 | 0.19 | 0 | 0.16 |
| HSL | 194.73º | 0.67% | 0.51% | - |
| HSV(B) | 194.73º | 0.78% | 0.84% | - |
| XYZ | 27.89 | 34.89 | 68.22 | - |
| YUV | 139 | 169.76 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 172 | 213 | 0.78 | 0.19 | 0 | 0.16 | 194.73 | 0.67 | 0.51 |
| Hex | 2E | AC | D5 | 4E | 13 | 0 | 10 | C3 | 43 | 33 |
| Octal | 56 | 254 | 325 | 116 | 23 | 0 | 20 | 303 | 103 | 63 |
| Binary | 101110 | 10101100 | 11010101 | 1001110 | 10011 | 0 | 10000 | 11000011 | 1000011 | 110011 |
Color Harmonies of #2EACD5
Complementary color
Monochromatic Colors of #2EACD5
Black with #2EACD5
Text Example
Text Example
White with #2EACD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EACD5; }
p { color: rgb(46,172,213); }
H1.HeaderClassName
{
color: #2EACD5;
}
.AnyTagClassName
{
color: #2EACD5;
}
</style>
background-color css
<style>
a { background-color: #2EACD5; }
a { background-color: rgb(46,172,213); }
div.DivClassName
{
background-color: #2EACD5;
}
.BgClassName
{
background-color: #2EACD5;
}
</style>
border-color css
<style>
span { border-color: #2EACD5; }
span { border-color: rgb(46,172,213); }
td.TdClassName
{
border-color: #2EACD5;
}
.TagClassName
{
border-color: #2EACD5;
}
</style>