Shades of Summer Sky #2EA0DC
Tints of Summer Sky #2EA0DC
RGB
CMYK
RGB Variations
Color information
#2EA0DC (or 0x2EA0DC) is known color: Summer Sky. HEX triplet: 2E, A0 and DC. RGB value is (46,160,220). Sum of RGB (Red+Green+Blue) = 46+160+220=426 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.80% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #2EA0DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA0DC is #D15F23. Grayscale: #848484. Windows color (decimal): -13721380 or 14458926. OLE color: 14458926.
HSL color Cylindrical-coordinate representation of color #2EA0DC: hue angle of 200.69º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EA0DC is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 160 | 220 | - |
| CMYK | 0.79 | 0.27 | 0 | 0.14 |
| HSL | 200.69º | 0.71% | 0.52% | - |
| HSV(B) | 200.69º | 0.79% | 0.86% | - |
| XYZ | 26.62 | 30.89 | 72.27 | - |
| YUV | 132.75 | 177.23 | 66.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 160 | 220 | 0.79 | 0.27 | 0 | 0.14 | 200.69 | 0.71 | 0.52 |
| Hex | 2E | A0 | DC | 4F | 1B | 0 | E | C9 | 47 | 34 |
| Octal | 56 | 240 | 334 | 117 | 33 | 0 | 16 | 311 | 107 | 64 |
| Binary | 101110 | 10100000 | 11011100 | 1001111 | 11011 | 0 | 1110 | 11001001 | 1000111 | 110100 |
Color Harmonies of #2EA0DC
Complementary color
Monochromatic Colors of #2EA0DC
Black with #2EA0DC
Text Example
Text Example
White with #2EA0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA0DC; }
p { color: rgb(46,160,220); }
H1.HeaderClassName
{
color: #2EA0DC;
}
.AnyTagClassName
{
color: #2EA0DC;
}
</style>
background-color css
<style>
a { background-color: #2EA0DC; }
a { background-color: rgb(46,160,220); }
div.DivClassName
{
background-color: #2EA0DC;
}
.BgClassName
{
background-color: #2EA0DC;
}
</style>
border-color css
<style>
span { border-color: #2EA0DC; }
span { border-color: rgb(46,160,220); }
td.TdClassName
{
border-color: #2EA0DC;
}
.TagClassName
{
border-color: #2EA0DC;
}
</style>