Shades of Summer Sky #2EBEEC
Tints of Summer Sky #2EBEEC
RGB
CMYK
RGB Variations
Color information
#2EBEEC (or 0x2EBEEC) is known color: Summer Sky. HEX triplet: 2E, BE and EC. RGB value is (46,190,236). Sum of RGB (Red+Green+Blue) = 46+190+236=472 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.75% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #2EBEEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBEEC is #D14113. Grayscale: #979797. Windows color (decimal): -13713684 or 15515182. OLE color: 15515182.
HSL color Cylindrical-coordinate representation of color #2EBEEC: hue angle of 194.53º 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 #2EBEEC is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 190 | 236 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.07 |
| HSL | 194.53º | 0.83% | 0.55% | - |
| HSV(B) | 194.53º | 0.81% | 0.93% | - |
| XYZ | 34.68 | 43.46 | 85.92 | - |
| YUV | 152.19 | 175.29 | 52.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 190 | 236 | 0.81 | 0.19 | 0 | 0.07 | 194.53 | 0.83 | 0.55 |
| Hex | 2E | BE | EC | 51 | 13 | 0 | 7 | C3 | 53 | 37 |
| Octal | 56 | 276 | 354 | 121 | 23 | 0 | 7 | 303 | 123 | 67 |
| Binary | 101110 | 10111110 | 11101100 | 1010001 | 10011 | 0 | 111 | 11000011 | 1010011 | 110111 |
Color Harmonies of #2EBEEC
Complementary color
Monochromatic Colors of #2EBEEC
Black with #2EBEEC
Text Example
Text Example
White with #2EBEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBEEC; }
p { color: rgb(46,190,236); }
H1.HeaderClassName
{
color: #2EBEEC;
}
.AnyTagClassName
{
color: #2EBEEC;
}
</style>
background-color css
<style>
a { background-color: #2EBEEC; }
a { background-color: rgb(46,190,236); }
div.DivClassName
{
background-color: #2EBEEC;
}
.BgClassName
{
background-color: #2EBEEC;
}
</style>
border-color css
<style>
span { border-color: #2EBEEC; }
span { border-color: rgb(46,190,236); }
td.TdClassName
{
border-color: #2EBEEC;
}
.TagClassName
{
border-color: #2EBEEC;
}
</style>