Shades of Summer Sky #2EBBEA
Tints of Summer Sky #2EBBEA
RGB
CMYK
RGB Variations
Color information
#2EBBEA (or 0x2EBBEA) is known color: Summer Sky. HEX triplet: 2E, BB and EA. RGB value is (46,187,234). Sum of RGB (Red+Green+Blue) = 46+187+234=467 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.85% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #2EBBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBBEA is #D14415. Grayscale: #959595. Windows color (decimal): -13714454 or 15383342. OLE color: 15383342.
HSL color Cylindrical-coordinate representation of color #2EBBEA: hue angle of 195º degrees, saturation: 0.82, 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 #2EBBEA is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 187 | 234 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.08 |
| HSL | 195º | 0.82% | 0.55% | - |
| HSV(B) | 195º | 0.8% | 0.92% | - |
| XYZ | 33.75 | 42.06 | 84.18 | - |
| YUV | 150.2 | 175.29 | 53.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 187 | 234 | 0.80 | 0.20 | 0 | 0.08 | 195 | 0.82 | 0.55 |
| Hex | 2E | BB | EA | 50 | 14 | 0 | 8 | C3 | 52 | 37 |
| Octal | 56 | 273 | 352 | 120 | 24 | 0 | 10 | 303 | 122 | 67 |
| Binary | 101110 | 10111011 | 11101010 | 1010000 | 10100 | 0 | 1000 | 11000011 | 1010010 | 110111 |
Color Harmonies of #2EBBEA
Complementary color
Monochromatic Colors of #2EBBEA
Black with #2EBBEA
Text Example
Text Example
White with #2EBBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBBEA; }
p { color: rgb(46,187,234); }
H1.HeaderClassName
{
color: #2EBBEA;
}
.AnyTagClassName
{
color: #2EBBEA;
}
</style>
background-color css
<style>
a { background-color: #2EBBEA; }
a { background-color: rgb(46,187,234); }
div.DivClassName
{
background-color: #2EBBEA;
}
.BgClassName
{
background-color: #2EBBEA;
}
</style>
border-color css
<style>
span { border-color: #2EBBEA; }
span { border-color: rgb(46,187,234); }
td.TdClassName
{
border-color: #2EBBEA;
}
.TagClassName
{
border-color: #2EBBEA;
}
</style>