Shades of Summer Sky #2EBAED
Tints of Summer Sky #2EBAED
RGB
CMYK
RGB Variations
Color information
#2EBAED (or 0x2EBAED) is known color: Summer Sky. HEX triplet: 2E, BA and ED. RGB value is (46,186,237). Sum of RGB (Red+Green+Blue) = 46+186+237=469 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.81% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #2EBAED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBAED is #D14512. Grayscale: #959595. Windows color (decimal): -13714707 or 15579694. OLE color: 15579694.
HSL color Cylindrical-coordinate representation of color #2EBAED: hue angle of 196.02º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EBAED is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 186 | 237 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.07 |
| HSL | 196.02º | 0.84% | 0.55% | - |
| HSV(B) | 196.02º | 0.81% | 0.93% | - |
| XYZ | 33.97 | 41.81 | 86.4 | - |
| YUV | 149.95 | 177.12 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 237 | 0.81 | 0.22 | 0 | 0.07 | 196.02 | 0.84 | 0.55 |
| Hex | 2E | BA | ED | 51 | 16 | 0 | 7 | C4 | 54 | 37 |
| Octal | 56 | 272 | 355 | 121 | 26 | 0 | 7 | 304 | 124 | 67 |
| Binary | 101110 | 10111010 | 11101101 | 1010001 | 10110 | 0 | 111 | 11000100 | 1010100 | 110111 |
Color Harmonies of #2EBAED
Complementary color
Monochromatic Colors of #2EBAED
Black with #2EBAED
Text Example
Text Example
White with #2EBAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBAED; }
p { color: rgb(46,186,237); }
H1.HeaderClassName
{
color: #2EBAED;
}
.AnyTagClassName
{
color: #2EBAED;
}
</style>
background-color css
<style>
a { background-color: #2EBAED; }
a { background-color: rgb(46,186,237); }
div.DivClassName
{
background-color: #2EBAED;
}
.BgClassName
{
background-color: #2EBAED;
}
</style>
border-color css
<style>
span { border-color: #2EBAED; }
span { border-color: rgb(46,186,237); }
td.TdClassName
{
border-color: #2EBAED;
}
.TagClassName
{
border-color: #2EBAED;
}
</style>