Shades of Summer Sky #2E9CE0
Tints of Summer Sky #2E9CE0
RGB
CMYK
RGB Variations
Color information
#2E9CE0 (or 0x2E9CE0) is known color: Summer Sky. HEX triplet: 2E, 9C and E0. RGB value is (46,156,224). Sum of RGB (Red+Green+Blue) = 46+156+224=426 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.80% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 224 (87.89% from 255 or 52.58% from 426); Max value from RGB is 224 - color contains mainly: blue. Hex color #2E9CE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9CE0 is #D1631F. Grayscale: #828282. Windows color (decimal): -13722400 or 14720046. OLE color: 14720046.
HSL color Cylindrical-coordinate representation of color #2E9CE0: hue angle of 202.92º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E9CE0 is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 156 | 224 | - |
| CMYK | 0.79 | 0.30 | 0 | 0.12 |
| HSL | 202.92º | 0.74% | 0.53% | - |
| HSV(B) | 202.92º | 0.79% | 0.88% | - |
| XYZ | 26.47 | 29.74 | 74.87 | - |
| YUV | 130.86 | 180.56 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 156 | 224 | 0.79 | 0.30 | 0 | 0.12 | 202.92 | 0.74 | 0.53 |
| Hex | 2E | 9C | E0 | 4F | 1E | 0 | C | CB | 4A | 35 |
| Octal | 56 | 234 | 340 | 117 | 36 | 0 | 14 | 313 | 112 | 65 |
| Binary | 101110 | 10011100 | 11100000 | 1001111 | 11110 | 0 | 1100 | 11001011 | 1001010 | 110101 |
Color Harmonies of #2E9CE0
Complementary color
Monochromatic Colors of #2E9CE0
Black with #2E9CE0
Text Example
Text Example
White with #2E9CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9CE0; }
p { color: rgb(46,156,224); }
H1.HeaderClassName
{
color: #2E9CE0;
}
.AnyTagClassName
{
color: #2E9CE0;
}
</style>
background-color css
<style>
a { background-color: #2E9CE0; }
a { background-color: rgb(46,156,224); }
div.DivClassName
{
background-color: #2E9CE0;
}
.BgClassName
{
background-color: #2E9CE0;
}
</style>
border-color css
<style>
span { border-color: #2E9CE0; }
span { border-color: rgb(46,156,224); }
td.TdClassName
{
border-color: #2E9CE0;
}
.TagClassName
{
border-color: #2E9CE0;
}
</style>