Shades of Summer Sky #2EBAEB
Tints of Summer Sky #2EBAEB
RGB
CMYK
RGB Variations
Color information
#2EBAEB (or 0x2EBAEB) is known color: Summer Sky. HEX triplet: 2E, BA and EB. RGB value is (46,186,235). Sum of RGB (Red+Green+Blue) = 46+186+235=467 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.85% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #2EBAEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBAEB is #D14514. Grayscale: #959595. Windows color (decimal): -13714709 or 15448622. OLE color: 15448622.
HSL color Cylindrical-coordinate representation of color #2EBAEB: hue angle of 195.56º 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 #2EBAEB is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 186 | 235 | - |
| CMYK | 0.80 | 0.21 | 0 | 0.08 |
| HSL | 195.56º | 0.83% | 0.55% | - |
| HSV(B) | 195.56º | 0.8% | 0.92% | - |
| XYZ | 33.68 | 41.7 | 84.87 | - |
| YUV | 149.73 | 176.12 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 235 | 0.80 | 0.21 | 0 | 0.08 | 195.56 | 0.83 | 0.55 |
| Hex | 2E | BA | EB | 50 | 15 | 0 | 8 | C4 | 53 | 37 |
| Octal | 56 | 272 | 353 | 120 | 25 | 0 | 10 | 304 | 123 | 67 |
| Binary | 101110 | 10111010 | 11101011 | 1010000 | 10101 | 0 | 1000 | 11000100 | 1010011 | 110111 |
Color Harmonies of #2EBAEB
Complementary color
Monochromatic Colors of #2EBAEB
Black with #2EBAEB
Text Example
Text Example
White with #2EBAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBAEB; }
p { color: rgb(46,186,235); }
H1.HeaderClassName
{
color: #2EBAEB;
}
.AnyTagClassName
{
color: #2EBAEB;
}
</style>
background-color css
<style>
a { background-color: #2EBAEB; }
a { background-color: rgb(46,186,235); }
div.DivClassName
{
background-color: #2EBAEB;
}
.BgClassName
{
background-color: #2EBAEB;
}
</style>
border-color css
<style>
span { border-color: #2EBAEB; }
span { border-color: rgb(46,186,235); }
td.TdClassName
{
border-color: #2EBAEB;
}
.TagClassName
{
border-color: #2EBAEB;
}
</style>