Shades of Summer Sky #2EB2EF
Tints of Summer Sky #2EB2EF
RGB
CMYK
RGB Variations
Color information
#2EB2EF (or 0x2EB2EF) is known color: Summer Sky. HEX triplet: 2E, B2 and EF. RGB value is (46,178,239). Sum of RGB (Red+Green+Blue) = 46+178+239=463 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.94% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #2EB2EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EB2EF is #D14D10. Grayscale: #919191. Windows color (decimal): -13716753 or 15708718. OLE color: 15708718.
HSL color Cylindrical-coordinate representation of color #2EB2EF: hue angle of 198.96º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EB2EF is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 178 | 239 | - |
| CMYK | 0.81 | 0.26 | 0 | 0.06 |
| HSL | 198.96º | 0.86% | 0.56% | - |
| HSV(B) | 198.96º | 0.81% | 0.94% | - |
| XYZ | 32.63 | 38.65 | 87.4 | - |
| YUV | 145.49 | 180.77 | 57.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 178 | 239 | 0.81 | 0.26 | 0 | 0.06 | 198.96 | 0.86 | 0.56 |
| Hex | 2E | B2 | EF | 51 | 1A | 0 | 6 | C7 | 56 | 38 |
| Octal | 56 | 262 | 357 | 121 | 32 | 0 | 6 | 307 | 126 | 70 |
| Binary | 101110 | 10110010 | 11101111 | 1010001 | 11010 | 0 | 110 | 11000111 | 1010110 | 111000 |
Color Harmonies of #2EB2EF
Complementary color
Monochromatic Colors of #2EB2EF
Black with #2EB2EF
Text Example
Text Example
White with #2EB2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB2EF; }
p { color: rgb(46,178,239); }
H1.HeaderClassName
{
color: #2EB2EF;
}
.AnyTagClassName
{
color: #2EB2EF;
}
</style>
background-color css
<style>
a { background-color: #2EB2EF; }
a { background-color: rgb(46,178,239); }
div.DivClassName
{
background-color: #2EB2EF;
}
.BgClassName
{
background-color: #2EB2EF;
}
</style>
border-color css
<style>
span { border-color: #2EB2EF; }
span { border-color: rgb(46,178,239); }
td.TdClassName
{
border-color: #2EB2EF;
}
.TagClassName
{
border-color: #2EB2EF;
}
</style>