Shades of Summer Sky #2E9CEB
Tints of Summer Sky #2E9CEB
RGB
CMYK
RGB Variations
Color information
#2E9CEB (or 0x2E9CEB) is known color: Summer Sky. HEX triplet: 2E, 9C and EB. RGB value is (46,156,235). Sum of RGB (Red+Green+Blue) = 46+156+235=437 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.53% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 235 (92.19% from 255 or 53.78% from 437); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E9CEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E9CEB is #D16314. Grayscale: #838383. Windows color (decimal): -13722389 or 15440942. OLE color: 15440942.
HSL color Cylindrical-coordinate representation of color #2E9CEB: hue angle of 205.08º 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 #2E9CEB is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 156 | 235 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.08 |
| HSL | 205.08º | 0.83% | 0.55% | - |
| HSV(B) | 205.08º | 0.8% | 0.92% | - |
| XYZ | 28.01 | 30.36 | 82.98 | - |
| YUV | 132.12 | 186.06 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 156 | 235 | 0.80 | 0.34 | 0 | 0.08 | 205.08 | 0.83 | 0.55 |
| Hex | 2E | 9C | EB | 50 | 22 | 0 | 8 | CD | 53 | 37 |
| Octal | 56 | 234 | 353 | 120 | 42 | 0 | 10 | 315 | 123 | 67 |
| Binary | 101110 | 10011100 | 11101011 | 1010000 | 100010 | 0 | 1000 | 11001101 | 1010011 | 110111 |
Color Harmonies of #2E9CEB
Complementary color
Monochromatic Colors of #2E9CEB
Black with #2E9CEB
Text Example
Text Example
White with #2E9CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9CEB; }
p { color: rgb(46,156,235); }
H1.HeaderClassName
{
color: #2E9CEB;
}
.AnyTagClassName
{
color: #2E9CEB;
}
</style>
background-color css
<style>
a { background-color: #2E9CEB; }
a { background-color: rgb(46,156,235); }
div.DivClassName
{
background-color: #2E9CEB;
}
.BgClassName
{
background-color: #2E9CEB;
}
</style>
border-color css
<style>
span { border-color: #2E9CEB; }
span { border-color: rgb(46,156,235); }
td.TdClassName
{
border-color: #2E9CEB;
}
.TagClassName
{
border-color: #2E9CEB;
}
</style>