Shades of Summer Sky #2EADEB
Tints of Summer Sky #2EADEB
RGB
CMYK
RGB Variations
Color information
#2EADEB (or 0x2EADEB) is known color: Summer Sky. HEX triplet: 2E, AD and EB. RGB value is (46,173,235). Sum of RGB (Red+Green+Blue) = 46+173+235=454 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.13% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 235 (92.19% from 255 or 51.76% from 454); Max value from RGB is 235 - color contains mainly: blue. Hex color #2EADEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EADEB is #D15214. Grayscale: #8D8D8D. Windows color (decimal): -13718037 or 15445294. OLE color: 15445294.
HSL color Cylindrical-coordinate representation of color #2EADEB: hue angle of 199.68º degrees, saturation: 0.83, 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 #2EADEB is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 173 | 235 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.08 |
| HSL | 199.68º | 0.83% | 0.55% | - |
| HSV(B) | 199.68º | 0.8% | 0.92% | - |
| XYZ | 31.07 | 36.47 | 84 | - |
| YUV | 142.1 | 180.42 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 173 | 235 | 0.80 | 0.26 | 0 | 0.08 | 199.68 | 0.83 | 0.55 |
| Hex | 2E | AD | EB | 50 | 1A | 0 | 8 | C8 | 53 | 37 |
| Octal | 56 | 255 | 353 | 120 | 32 | 0 | 10 | 310 | 123 | 67 |
| Binary | 101110 | 10101101 | 11101011 | 1010000 | 11010 | 0 | 1000 | 11001000 | 1010011 | 110111 |
Color Harmonies of #2EADEB
Complementary color
Monochromatic Colors of #2EADEB
Black with #2EADEB
Text Example
Text Example
White with #2EADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EADEB; }
p { color: rgb(46,173,235); }
H1.HeaderClassName
{
color: #2EADEB;
}
.AnyTagClassName
{
color: #2EADEB;
}
</style>
background-color css
<style>
a { background-color: #2EADEB; }
a { background-color: rgb(46,173,235); }
div.DivClassName
{
background-color: #2EADEB;
}
.BgClassName
{
background-color: #2EADEB;
}
</style>
border-color css
<style>
span { border-color: #2EADEB; }
span { border-color: rgb(46,173,235); }
td.TdClassName
{
border-color: #2EADEB;
}
.TagClassName
{
border-color: #2EADEB;
}
</style>