Shades of Summer Sky #2EAECD
Tints of Summer Sky #2EAECD
RGB
CMYK
RGB Variations
Color information
#2EAECD (or 0x2EAECD) is known color: Summer Sky. HEX triplet: 2E, AE and CD. RGB value is (46,174,205). Sum of RGB (Red+Green+Blue) = 46+174+205=425 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.82% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #2EAECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAECD is #D15132. Grayscale: #8B8B8B. Windows color (decimal): -13717811 or 13479470. OLE color: 13479470.
HSL color Cylindrical-coordinate representation of color #2EAECD: hue angle of 191.7º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2EAECD is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 174 | 205 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.20 |
| HSL | 191.7º | 0.63% | 0.49% | - |
| HSV(B) | 191.7º | 0.78% | 0.8% | - |
| XYZ | 27.28 | 35.26 | 63.13 | - |
| YUV | 139.26 | 165.09 | 61.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 174 | 205 | 0.78 | 0.15 | 0 | 0.20 | 191.7 | 0.63 | 0.49 |
| Hex | 2E | AE | CD | 4E | F | 0 | 14 | C0 | 3F | 31 |
| Octal | 56 | 256 | 315 | 116 | 17 | 0 | 24 | 300 | 77 | 61 |
| Binary | 101110 | 10101110 | 11001101 | 1001110 | 1111 | 0 | 10100 | 11000000 | 111111 | 110001 |
Color Harmonies of #2EAECD
Complementary color
Monochromatic Colors of #2EAECD
Black with #2EAECD
Text Example
Text Example
White with #2EAECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAECD; }
p { color: rgb(46,174,205); }
H1.HeaderClassName
{
color: #2EAECD;
}
.AnyTagClassName
{
color: #2EAECD;
}
</style>
background-color css
<style>
a { background-color: #2EAECD; }
a { background-color: rgb(46,174,205); }
div.DivClassName
{
background-color: #2EAECD;
}
.BgClassName
{
background-color: #2EAECD;
}
</style>
border-color css
<style>
span { border-color: #2EAECD; }
span { border-color: rgb(46,174,205); }
td.TdClassName
{
border-color: #2EAECD;
}
.TagClassName
{
border-color: #2EAECD;
}
</style>