Shades of Summer Sky #2EAEDC
Tints of Summer Sky #2EAEDC
RGB
CMYK
RGB Variations
Color information
#2EAEDC (or 0x2EAEDC) is known color: Summer Sky. HEX triplet: 2E, AE and DC. RGB value is (46,174,220). Sum of RGB (Red+Green+Blue) = 46+174+220=440 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.45% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #2EAEDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAEDC is #D15123. Grayscale: #8C8C8C. Windows color (decimal): -13717796 or 14462510. OLE color: 14462510.
HSL color Cylindrical-coordinate representation of color #2EAEDC: hue angle of 195.86º 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 #2EAEDC is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 174 | 220 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.14 |
| HSL | 195.86º | 0.71% | 0.52% | - |
| HSV(B) | 195.86º | 0.79% | 0.86% | - |
| XYZ | 29.18 | 36.02 | 73.12 | - |
| YUV | 140.97 | 172.59 | 60.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 174 | 220 | 0.79 | 0.21 | 0 | 0.14 | 195.86 | 0.71 | 0.52 |
| Hex | 2E | AE | DC | 4F | 15 | 0 | E | C4 | 47 | 34 |
| Octal | 56 | 256 | 334 | 117 | 25 | 0 | 16 | 304 | 107 | 64 |
| Binary | 101110 | 10101110 | 11011100 | 1001111 | 10101 | 0 | 1110 | 11000100 | 1000111 | 110100 |
Color Harmonies of #2EAEDC
Complementary color
Monochromatic Colors of #2EAEDC
Black with #2EAEDC
Text Example
Text Example
White with #2EAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAEDC; }
p { color: rgb(46,174,220); }
H1.HeaderClassName
{
color: #2EAEDC;
}
.AnyTagClassName
{
color: #2EAEDC;
}
</style>
background-color css
<style>
a { background-color: #2EAEDC; }
a { background-color: rgb(46,174,220); }
div.DivClassName
{
background-color: #2EAEDC;
}
.BgClassName
{
background-color: #2EAEDC;
}
</style>
border-color css
<style>
span { border-color: #2EAEDC; }
span { border-color: rgb(46,174,220); }
td.TdClassName
{
border-color: #2EAEDC;
}
.TagClassName
{
border-color: #2EAEDC;
}
</style>