Shades of Summer Sky #2EABEB
Tints of Summer Sky #2EABEB
RGB
CMYK
RGB Variations
Color information
#2EABEB (or 0x2EABEB) is known color: Summer Sky. HEX triplet: 2E, AB and EB. RGB value is (46,171,235). Sum of RGB (Red+Green+Blue) = 46+171+235=452 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.18% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #2EABEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EABEB is #D15414. Grayscale: #8C8C8C. Windows color (decimal): -13718549 or 15444782. OLE color: 15444782.
HSL color Cylindrical-coordinate representation of color #2EABEB: hue angle of 200.32º 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 #2EABEB is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 171 | 235 | - |
| CMYK | 0.80 | 0.27 | 0 | 0.08 |
| HSL | 200.32º | 0.83% | 0.55% | - |
| HSV(B) | 200.32º | 0.8% | 0.92% | - |
| XYZ | 30.69 | 35.7 | 83.87 | - |
| YUV | 140.92 | 181.09 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 171 | 235 | 0.80 | 0.27 | 0 | 0.08 | 200.32 | 0.83 | 0.55 |
| Hex | 2E | AB | EB | 50 | 1B | 0 | 8 | C8 | 53 | 37 |
| Octal | 56 | 253 | 353 | 120 | 33 | 0 | 10 | 310 | 123 | 67 |
| Binary | 101110 | 10101011 | 11101011 | 1010000 | 11011 | 0 | 1000 | 11001000 | 1010011 | 110111 |
Color Harmonies of #2EABEB
Complementary color
Monochromatic Colors of #2EABEB
Black with #2EABEB
Text Example
Text Example
White with #2EABEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EABEB; }
p { color: rgb(46,171,235); }
H1.HeaderClassName
{
color: #2EABEB;
}
.AnyTagClassName
{
color: #2EABEB;
}
</style>
background-color css
<style>
a { background-color: #2EABEB; }
a { background-color: rgb(46,171,235); }
div.DivClassName
{
background-color: #2EABEB;
}
.BgClassName
{
background-color: #2EABEB;
}
</style>
border-color css
<style>
span { border-color: #2EABEB; }
span { border-color: rgb(46,171,235); }
td.TdClassName
{
border-color: #2EABEB;
}
.TagClassName
{
border-color: #2EABEB;
}
</style>