Shades of Summer Sky #2EAECB
Tints of Summer Sky #2EAECB
RGB
CMYK
RGB Variations
Color information
#2EAECB (or 0x2EAECB) is known color: Summer Sky. HEX triplet: 2E, AE and CB. RGB value is (46,174,203). Sum of RGB (Red+Green+Blue) = 46+174+203=423 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.87% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #2EAECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAECB is #D15134. Grayscale: #8A8A8A. Windows color (decimal): -13717813 or 13348398. OLE color: 13348398.
HSL color Cylindrical-coordinate representation of color #2EAECB: hue angle of 191.08º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EAECB is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 174 | 203 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.20 |
| HSL | 191.08º | 0.63% | 0.49% | - |
| HSV(B) | 191.08º | 0.77% | 0.8% | - |
| XYZ | 27.04 | 35.16 | 61.86 | - |
| YUV | 139.03 | 164.09 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 174 | 203 | 0.77 | 0.14 | 0 | 0.20 | 191.08 | 0.63 | 0.49 |
| Hex | 2E | AE | CB | 4D | E | 0 | 14 | BF | 3F | 31 |
| Octal | 56 | 256 | 313 | 115 | 16 | 0 | 24 | 277 | 77 | 61 |
| Binary | 101110 | 10101110 | 11001011 | 1001101 | 1110 | 0 | 10100 | 10111111 | 111111 | 110001 |
Color Harmonies of #2EAECB
Complementary color
Monochromatic Colors of #2EAECB
Black with #2EAECB
Text Example
Text Example
White with #2EAECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAECB; }
p { color: rgb(46,174,203); }
H1.HeaderClassName
{
color: #2EAECB;
}
.AnyTagClassName
{
color: #2EAECB;
}
</style>
background-color css
<style>
a { background-color: #2EAECB; }
a { background-color: rgb(46,174,203); }
div.DivClassName
{
background-color: #2EAECB;
}
.BgClassName
{
background-color: #2EAECB;
}
</style>
border-color css
<style>
span { border-color: #2EAECB; }
span { border-color: rgb(46,174,203); }
td.TdClassName
{
border-color: #2EAECB;
}
.TagClassName
{
border-color: #2EAECB;
}
</style>