Shades of Summer Sky #2E9EDA
Tints of Summer Sky #2E9EDA
RGB
CMYK
RGB Variations
Color information
#2E9EDA (or 0x2E9EDA) is known color: Summer Sky. HEX triplet: 2E, 9E and DA. RGB value is (46,158,218). Sum of RGB (Red+Green+Blue) = 46+158+218=422 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.90% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #2E9EDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9EDA is #D16125. Grayscale: #838383. Windows color (decimal): -13721894 or 14327342. OLE color: 14327342.
HSL color Cylindrical-coordinate representation of color #2E9EDA: hue angle of 200.93º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E9EDA is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 158 | 218 | - |
| CMYK | 0.79 | 0.28 | 0 | 0.15 |
| HSL | 200.93º | 0.7% | 0.52% | - |
| HSV(B) | 200.93º | 0.79% | 0.85% | - |
| XYZ | 26.01 | 30.1 | 70.77 | - |
| YUV | 131.35 | 176.89 | 67.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 158 | 218 | 0.79 | 0.28 | 0 | 0.15 | 200.93 | 0.7 | 0.52 |
| Hex | 2E | 9E | DA | 4F | 1C | 0 | F | C9 | 46 | 34 |
| Octal | 56 | 236 | 332 | 117 | 34 | 0 | 17 | 311 | 106 | 64 |
| Binary | 101110 | 10011110 | 11011010 | 1001111 | 11100 | 0 | 1111 | 11001001 | 1000110 | 110100 |
Color Harmonies of #2E9EDA
Complementary color
Monochromatic Colors of #2E9EDA
Black with #2E9EDA
Text Example
Text Example
White with #2E9EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9EDA; }
p { color: rgb(46,158,218); }
H1.HeaderClassName
{
color: #2E9EDA;
}
.AnyTagClassName
{
color: #2E9EDA;
}
</style>
background-color css
<style>
a { background-color: #2E9EDA; }
a { background-color: rgb(46,158,218); }
div.DivClassName
{
background-color: #2E9EDA;
}
.BgClassName
{
background-color: #2E9EDA;
}
</style>
border-color css
<style>
span { border-color: #2E9EDA; }
span { border-color: rgb(46,158,218); }
td.TdClassName
{
border-color: #2E9EDA;
}
.TagClassName
{
border-color: #2E9EDA;
}
</style>