Shades of Summer Sky #2EABDA
Tints of Summer Sky #2EABDA
RGB
CMYK
RGB Variations
Color information
#2EABDA (or 0x2EABDA) is known color: Summer Sky. HEX triplet: 2E, AB and DA. RGB value is (46,171,218). Sum of RGB (Red+Green+Blue) = 46+171+218=435 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.57% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #2EABDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EABDA is #D15425. Grayscale: #8A8A8A. Windows color (decimal): -13718566 or 14330670. OLE color: 14330670.
HSL color Cylindrical-coordinate representation of color #2EABDA: hue angle of 196.4º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EABDA is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 171 | 218 | - |
| CMYK | 0.79 | 0.22 | 0 | 0.15 |
| HSL | 196.4º | 0.7% | 0.52% | - |
| HSV(B) | 196.4º | 0.79% | 0.85% | - |
| XYZ | 28.34 | 34.77 | 71.55 | - |
| YUV | 138.98 | 172.59 | 61.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 171 | 218 | 0.79 | 0.22 | 0 | 0.15 | 196.4 | 0.7 | 0.52 |
| Hex | 2E | AB | DA | 4F | 16 | 0 | F | C4 | 46 | 34 |
| Octal | 56 | 253 | 332 | 117 | 26 | 0 | 17 | 304 | 106 | 64 |
| Binary | 101110 | 10101011 | 11011010 | 1001111 | 10110 | 0 | 1111 | 11000100 | 1000110 | 110100 |
Color Harmonies of #2EABDA
Complementary color
Monochromatic Colors of #2EABDA
Black with #2EABDA
Text Example
Text Example
White with #2EABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EABDA; }
p { color: rgb(46,171,218); }
H1.HeaderClassName
{
color: #2EABDA;
}
.AnyTagClassName
{
color: #2EABDA;
}
</style>
background-color css
<style>
a { background-color: #2EABDA; }
a { background-color: rgb(46,171,218); }
div.DivClassName
{
background-color: #2EABDA;
}
.BgClassName
{
background-color: #2EABDA;
}
</style>
border-color css
<style>
span { border-color: #2EABDA; }
span { border-color: rgb(46,171,218); }
td.TdClassName
{
border-color: #2EABDA;
}
.TagClassName
{
border-color: #2EABDA;
}
</style>