Shades of Summer Sky #2EAEEA
Tints of Summer Sky #2EAEEA
RGB
CMYK
RGB Variations
Color information
#2EAEEA (or 0x2EAEEA) is known color: Summer Sky. HEX triplet: 2E, AE and EA. RGB value is (46,174,234). Sum of RGB (Red+Green+Blue) = 46+174+234=454 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.13% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #2EAEEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EAEEA is #D15115. Grayscale: #8E8E8E. Windows color (decimal): -13717782 or 15380014. OLE color: 15380014.
HSL color Cylindrical-coordinate representation of color #2EAEEA: hue angle of 199.15º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EAEEA is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 174 | 234 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.08 |
| HSL | 199.15º | 0.82% | 0.55% | - |
| HSV(B) | 199.15º | 0.8% | 0.92% | - |
| XYZ | 31.11 | 36.79 | 83.3 | - |
| YUV | 142.57 | 179.59 | 59.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 174 | 234 | 0.80 | 0.26 | 0 | 0.08 | 199.15 | 0.82 | 0.55 |
| Hex | 2E | AE | EA | 50 | 1A | 0 | 8 | C7 | 52 | 37 |
| Octal | 56 | 256 | 352 | 120 | 32 | 0 | 10 | 307 | 122 | 67 |
| Binary | 101110 | 10101110 | 11101010 | 1010000 | 11010 | 0 | 1000 | 11000111 | 1010010 | 110111 |
Color Harmonies of #2EAEEA
Complementary color
Monochromatic Colors of #2EAEEA
Black with #2EAEEA
Text Example
Text Example
White with #2EAEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAEEA; }
p { color: rgb(46,174,234); }
H1.HeaderClassName
{
color: #2EAEEA;
}
.AnyTagClassName
{
color: #2EAEEA;
}
</style>
background-color css
<style>
a { background-color: #2EAEEA; }
a { background-color: rgb(46,174,234); }
div.DivClassName
{
background-color: #2EAEEA;
}
.BgClassName
{
background-color: #2EAEEA;
}
</style>
border-color css
<style>
span { border-color: #2EAEEA; }
span { border-color: rgb(46,174,234); }
td.TdClassName
{
border-color: #2EAEEA;
}
.TagClassName
{
border-color: #2EAEEA;
}
</style>