Shades of Summer Sky #2EBED9
Tints of Summer Sky #2EBED9
RGB
CMYK
RGB Variations
Color information
#2EBED9 (or 0x2EBED9) is known color: Summer Sky. HEX triplet: 2E, BE and D9. RGB value is (46,190,217). Sum of RGB (Red+Green+Blue) = 46+190+217=453 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.15% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 217 (85.16% from 255 or 47.90% from 453); Max value from RGB is 217 - color contains mainly: blue. Hex color #2EBED9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBED9 is #D14126. Grayscale: #959595. Windows color (decimal): -13713703 or 14269998. OLE color: 14269998.
HSL color Cylindrical-coordinate representation of color #2EBED9: hue angle of 189.47º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EBED9 is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 190 | 217 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.15 |
| HSL | 189.47º | 0.69% | 0.52% | - |
| HSV(B) | 189.47º | 0.79% | 0.85% | - |
| XYZ | 32.06 | 42.42 | 72.14 | - |
| YUV | 150.02 | 165.79 | 53.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 190 | 217 | 0.79 | 0.12 | 0 | 0.15 | 189.47 | 0.69 | 0.52 |
| Hex | 2E | BE | D9 | 4F | C | 0 | F | BD | 45 | 34 |
| Octal | 56 | 276 | 331 | 117 | 14 | 0 | 17 | 275 | 105 | 64 |
| Binary | 101110 | 10111110 | 11011001 | 1001111 | 1100 | 0 | 1111 | 10111101 | 1000101 | 110100 |
Color Harmonies of #2EBED9
Complementary color
Monochromatic Colors of #2EBED9
Black with #2EBED9
Text Example
Text Example
White with #2EBED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBED9; }
p { color: rgb(46,190,217); }
H1.HeaderClassName
{
color: #2EBED9;
}
.AnyTagClassName
{
color: #2EBED9;
}
</style>
background-color css
<style>
a { background-color: #2EBED9; }
a { background-color: rgb(46,190,217); }
div.DivClassName
{
background-color: #2EBED9;
}
.BgClassName
{
background-color: #2EBED9;
}
</style>
border-color css
<style>
span { border-color: #2EBED9; }
span { border-color: rgb(46,190,217); }
td.TdClassName
{
border-color: #2EBED9;
}
.TagClassName
{
border-color: #2EBED9;
}
</style>