Shades of Summer Sky #2EBBEC
Tints of Summer Sky #2EBBEC
RGB
CMYK
RGB Variations
Color information
#2EBBEC (or 0x2EBBEC) is known color: Summer Sky. HEX triplet: 2E, BB and EC. RGB value is (46,187,236). Sum of RGB (Red+Green+Blue) = 46+187+236=469 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.81% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #2EBBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBBEC is #D14413. Grayscale: #969696. Windows color (decimal): -13714452 or 15514414. OLE color: 15514414.
HSL color Cylindrical-coordinate representation of color #2EBBEC: hue angle of 195.47º degrees, saturation: 0.83, 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 #2EBBEC is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 187 | 236 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.07 |
| HSL | 195.47º | 0.83% | 0.55% | - |
| HSV(B) | 195.47º | 0.81% | 0.93% | - |
| XYZ | 34.04 | 42.18 | 85.7 | - |
| YUV | 150.43 | 176.29 | 53.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 187 | 236 | 0.81 | 0.21 | 0 | 0.07 | 195.47 | 0.83 | 0.55 |
| Hex | 2E | BB | EC | 51 | 15 | 0 | 7 | C3 | 53 | 37 |
| Octal | 56 | 273 | 354 | 121 | 25 | 0 | 7 | 303 | 123 | 67 |
| Binary | 101110 | 10111011 | 11101100 | 1010001 | 10101 | 0 | 111 | 11000011 | 1010011 | 110111 |
Color Harmonies of #2EBBEC
Complementary color
Monochromatic Colors of #2EBBEC
Black with #2EBBEC
Text Example
Text Example
White with #2EBBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBBEC; }
p { color: rgb(46,187,236); }
H1.HeaderClassName
{
color: #2EBBEC;
}
.AnyTagClassName
{
color: #2EBBEC;
}
</style>
background-color css
<style>
a { background-color: #2EBBEC; }
a { background-color: rgb(46,187,236); }
div.DivClassName
{
background-color: #2EBBEC;
}
.BgClassName
{
background-color: #2EBBEC;
}
</style>
border-color css
<style>
span { border-color: #2EBBEC; }
span { border-color: rgb(46,187,236); }
td.TdClassName
{
border-color: #2EBBEC;
}
.TagClassName
{
border-color: #2EBBEC;
}
</style>