Shades of Summer Sky #2EACDD
Tints of Summer Sky #2EACDD
RGB
CMYK
RGB Variations
Color information
#2EACDD (or 0x2EACDD) is known color: Summer Sky. HEX triplet: 2E, AC and DD. RGB value is (46,172,221). Sum of RGB (Red+Green+Blue) = 46+172+221=439 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.48% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #2EACDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EACDD is #D15322. Grayscale: #8B8B8B. Windows color (decimal): -13718307 or 14527534. OLE color: 14527534.
HSL color Cylindrical-coordinate representation of color #2EACDD: hue angle of 196.8º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EACDD is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 172 | 221 | - |
| CMYK | 0.79 | 0.22 | 0 | 0.13 |
| HSL | 196.8º | 0.72% | 0.52% | - |
| HSV(B) | 196.8º | 0.79% | 0.87% | - |
| XYZ | 28.93 | 35.31 | 73.7 | - |
| YUV | 139.91 | 173.76 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 172 | 221 | 0.79 | 0.22 | 0 | 0.13 | 196.8 | 0.72 | 0.52 |
| Hex | 2E | AC | DD | 4F | 16 | 0 | D | C5 | 48 | 34 |
| Octal | 56 | 254 | 335 | 117 | 26 | 0 | 15 | 305 | 110 | 64 |
| Binary | 101110 | 10101100 | 11011101 | 1001111 | 10110 | 0 | 1101 | 11000101 | 1001000 | 110100 |
Color Harmonies of #2EACDD
Complementary color
Monochromatic Colors of #2EACDD
Black with #2EACDD
Text Example
Text Example
White with #2EACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EACDD; }
p { color: rgb(46,172,221); }
H1.HeaderClassName
{
color: #2EACDD;
}
.AnyTagClassName
{
color: #2EACDD;
}
</style>
background-color css
<style>
a { background-color: #2EACDD; }
a { background-color: rgb(46,172,221); }
div.DivClassName
{
background-color: #2EACDD;
}
.BgClassName
{
background-color: #2EACDD;
}
</style>
border-color css
<style>
span { border-color: #2EACDD; }
span { border-color: rgb(46,172,221); }
td.TdClassName
{
border-color: #2EACDD;
}
.TagClassName
{
border-color: #2EACDD;
}
</style>