Shades of Summer Sky #2EBFE8
Tints of Summer Sky #2EBFE8
RGB
CMYK
RGB Variations
Color information
#2EBFE8 (or 0x2EBFE8) is known color: Summer Sky. HEX triplet: 2E, BF and E8. RGB value is (46,191,232). Sum of RGB (Red+Green+Blue) = 46+191+232=469 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.81% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 232 (91.02% from 255 or 49.47% from 469); Max value from RGB is 232 - color contains mainly: blue. Hex color #2EBFE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBFE8 is #D14017. Grayscale: #989898. Windows color (decimal): -13713432 or 15253294. OLE color: 15253294.
HSL color Cylindrical-coordinate representation of color #2EBFE8: hue angle of 193.23º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EBFE8 is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 191 | 232 | - |
| CMYK | 0.80 | 0.18 | 0 | 0.09 |
| HSL | 193.23º | 0.8% | 0.55% | - |
| HSV(B) | 193.23º | 0.8% | 0.91% | - |
| XYZ | 34.32 | 43.67 | 82.96 | - |
| YUV | 152.32 | 172.96 | 52.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 191 | 232 | 0.80 | 0.18 | 0 | 0.09 | 193.23 | 0.8 | 0.55 |
| Hex | 2E | BF | E8 | 50 | 12 | 0 | 9 | C1 | 50 | 37 |
| Octal | 56 | 277 | 350 | 120 | 22 | 0 | 11 | 301 | 120 | 67 |
| Binary | 101110 | 10111111 | 11101000 | 1010000 | 10010 | 0 | 1001 | 11000001 | 1010000 | 110111 |
Color Harmonies of #2EBFE8
Complementary color
Monochromatic Colors of #2EBFE8
Black with #2EBFE8
Text Example
Text Example
White with #2EBFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBFE8; }
p { color: rgb(46,191,232); }
H1.HeaderClassName
{
color: #2EBFE8;
}
.AnyTagClassName
{
color: #2EBFE8;
}
</style>
background-color css
<style>
a { background-color: #2EBFE8; }
a { background-color: rgb(46,191,232); }
div.DivClassName
{
background-color: #2EBFE8;
}
.BgClassName
{
background-color: #2EBFE8;
}
</style>
border-color css
<style>
span { border-color: #2EBFE8; }
span { border-color: rgb(46,191,232); }
td.TdClassName
{
border-color: #2EBFE8;
}
.TagClassName
{
border-color: #2EBFE8;
}
</style>