Shades of Summer Sky #2EADC8
Tints of Summer Sky #2EADC8
RGB
CMYK
RGB Variations
Color information
#2EADC8 (or 0x2EADC8) is known color: Summer Sky. HEX triplet: 2E, AD and C8. RGB value is (46,173,200). Sum of RGB (Red+Green+Blue) = 46+173+200=419 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.98% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 200 (78.52% from 255 or 47.73% from 419); Max value from RGB is 200 - color contains mainly: blue. Hex color #2EADC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EADC8 is #D15237. Grayscale: #898989. Windows color (decimal): -13718072 or 13151534. OLE color: 13151534.
HSL color Cylindrical-coordinate representation of color #2EADC8: hue angle of 190.52º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EADC8 is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 173 | 200 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.22 |
| HSL | 190.52º | 0.63% | 0.48% | - |
| HSV(B) | 190.52º | 0.77% | 0.78% | - |
| XYZ | 26.5 | 34.64 | 59.93 | - |
| YUV | 138.11 | 162.92 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 173 | 200 | 0.77 | 0.14 | 0 | 0.22 | 190.52 | 0.63 | 0.48 |
| Hex | 2E | AD | C8 | 4D | E | 0 | 16 | BF | 3F | 30 |
| Octal | 56 | 255 | 310 | 115 | 16 | 0 | 26 | 277 | 77 | 60 |
| Binary | 101110 | 10101101 | 11001000 | 1001101 | 1110 | 0 | 10110 | 10111111 | 111111 | 110000 |
Color Harmonies of #2EADC8
Complementary color
Monochromatic Colors of #2EADC8
Black with #2EADC8
Text Example
Text Example
White with #2EADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EADC8; }
p { color: rgb(46,173,200); }
H1.HeaderClassName
{
color: #2EADC8;
}
.AnyTagClassName
{
color: #2EADC8;
}
</style>
background-color css
<style>
a { background-color: #2EADC8; }
a { background-color: rgb(46,173,200); }
div.DivClassName
{
background-color: #2EADC8;
}
.BgClassName
{
background-color: #2EADC8;
}
</style>
border-color css
<style>
span { border-color: #2EADC8; }
span { border-color: rgb(46,173,200); }
td.TdClassName
{
border-color: #2EADC8;
}
.TagClassName
{
border-color: #2EADC8;
}
</style>