Shades of Summer Sky #2E9DD8
Tints of Summer Sky #2E9DD8
RGB
CMYK
RGB Variations
Color information
#2E9DD8 (or 0x2E9DD8) is known color: Summer Sky. HEX triplet: 2E, 9D and D8. RGB value is (46,157,216). Sum of RGB (Red+Green+Blue) = 46+157+216=419 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.98% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 216 (84.77% from 255 or 51.55% from 419); Max value from RGB is 216 - color contains mainly: blue. Hex color #2E9DD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9DD8 is #D16227. Grayscale: #828282. Windows color (decimal): -13722152 or 14196014. OLE color: 14196014.
HSL color Cylindrical-coordinate representation of color #2E9DD8: hue angle of 200.82º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E9DD8 is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 157 | 216 | - |
| CMYK | 0.79 | 0.27 | 0 | 0.15 |
| HSL | 200.82º | 0.69% | 0.51% | - |
| HSV(B) | 200.82º | 0.79% | 0.85% | - |
| XYZ | 25.58 | 29.65 | 69.34 | - |
| YUV | 130.54 | 176.23 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 157 | 216 | 0.79 | 0.27 | 0 | 0.15 | 200.82 | 0.69 | 0.51 |
| Hex | 2E | 9D | D8 | 4F | 1B | 0 | F | C9 | 45 | 33 |
| Octal | 56 | 235 | 330 | 117 | 33 | 0 | 17 | 311 | 105 | 63 |
| Binary | 101110 | 10011101 | 11011000 | 1001111 | 11011 | 0 | 1111 | 11001001 | 1000101 | 110011 |
Color Harmonies of #2E9DD8
Complementary color
Monochromatic Colors of #2E9DD8
Black with #2E9DD8
Text Example
Text Example
White with #2E9DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9DD8; }
p { color: rgb(46,157,216); }
H1.HeaderClassName
{
color: #2E9DD8;
}
.AnyTagClassName
{
color: #2E9DD8;
}
</style>
background-color css
<style>
a { background-color: #2E9DD8; }
a { background-color: rgb(46,157,216); }
div.DivClassName
{
background-color: #2E9DD8;
}
.BgClassName
{
background-color: #2E9DD8;
}
</style>
border-color css
<style>
span { border-color: #2E9DD8; }
span { border-color: rgb(46,157,216); }
td.TdClassName
{
border-color: #2E9DD8;
}
.TagClassName
{
border-color: #2E9DD8;
}
</style>