Shades of Summer Sky #2EBEEB
Tints of Summer Sky #2EBEEB
RGB
CMYK
RGB Variations
Color information
#2EBEEB (or 0x2EBEEB) is known color: Summer Sky. HEX triplet: 2E, BE and EB. RGB value is (46,190,235). Sum of RGB (Red+Green+Blue) = 46+190+235=471 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.77% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #2EBEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBEEB is #D14114. Grayscale: #979797. Windows color (decimal): -13713685 or 15449646. OLE color: 15449646.
HSL color Cylindrical-coordinate representation of color #2EBEEB: hue angle of 194.29º 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 #2EBEEB is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 190 | 235 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.08 |
| HSL | 194.29º | 0.83% | 0.55% | - |
| HSV(B) | 194.29º | 0.8% | 0.92% | - |
| XYZ | 34.54 | 43.41 | 85.16 | - |
| YUV | 152.07 | 174.79 | 52.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 190 | 235 | 0.80 | 0.19 | 0 | 0.08 | 194.29 | 0.83 | 0.55 |
| Hex | 2E | BE | EB | 50 | 13 | 0 | 8 | C2 | 53 | 37 |
| Octal | 56 | 276 | 353 | 120 | 23 | 0 | 10 | 302 | 123 | 67 |
| Binary | 101110 | 10111110 | 11101011 | 1010000 | 10011 | 0 | 1000 | 11000010 | 1010011 | 110111 |
Color Harmonies of #2EBEEB
Complementary color
Monochromatic Colors of #2EBEEB
Black with #2EBEEB
Text Example
Text Example
White with #2EBEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBEEB; }
p { color: rgb(46,190,235); }
H1.HeaderClassName
{
color: #2EBEEB;
}
.AnyTagClassName
{
color: #2EBEEB;
}
</style>
background-color css
<style>
a { background-color: #2EBEEB; }
a { background-color: rgb(46,190,235); }
div.DivClassName
{
background-color: #2EBEEB;
}
.BgClassName
{
background-color: #2EBEEB;
}
</style>
border-color css
<style>
span { border-color: #2EBEEB; }
span { border-color: rgb(46,190,235); }
td.TdClassName
{
border-color: #2EBEEB;
}
.TagClassName
{
border-color: #2EBEEB;
}
</style>