Shades of Summer Sky #2E9ECD
Tints of Summer Sky #2E9ECD
RGB
CMYK
RGB Variations
Color information
#2E9ECD (or 0x2E9ECD) is known color: Summer Sky. HEX triplet: 2E, 9E and CD. RGB value is (46,158,205). Sum of RGB (Red+Green+Blue) = 46+158+205=409 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.25% from 409); Green value is 158 (62.11% from 255 or 38.63% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #2E9ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9ECD is #D16132. Grayscale: #818181. Windows color (decimal): -13721907 or 13475374. OLE color: 13475374.
HSL color Cylindrical-coordinate representation of color #2E9ECD: hue angle of 197.74º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E9ECD is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 158 | 205 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.20 |
| HSL | 197.74º | 0.63% | 0.49% | - |
| HSV(B) | 197.74º | 0.78% | 0.8% | - |
| XYZ | 24.37 | 29.44 | 62.16 | - |
| YUV | 129.87 | 170.39 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 158 | 205 | 0.78 | 0.23 | 0 | 0.20 | 197.74 | 0.63 | 0.49 |
| Hex | 2E | 9E | CD | 4E | 17 | 0 | 14 | C6 | 3F | 31 |
| Octal | 56 | 236 | 315 | 116 | 27 | 0 | 24 | 306 | 77 | 61 |
| Binary | 101110 | 10011110 | 11001101 | 1001110 | 10111 | 0 | 10100 | 11000110 | 111111 | 110001 |
Color Harmonies of #2E9ECD
Complementary color
Monochromatic Colors of #2E9ECD
Black with #2E9ECD
Text Example
Text Example
White with #2E9ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9ECD; }
p { color: rgb(46,158,205); }
H1.HeaderClassName
{
color: #2E9ECD;
}
.AnyTagClassName
{
color: #2E9ECD;
}
</style>
background-color css
<style>
a { background-color: #2E9ECD; }
a { background-color: rgb(46,158,205); }
div.DivClassName
{
background-color: #2E9ECD;
}
.BgClassName
{
background-color: #2E9ECD;
}
</style>
border-color css
<style>
span { border-color: #2E9ECD; }
span { border-color: rgb(46,158,205); }
td.TdClassName
{
border-color: #2E9ECD;
}
.TagClassName
{
border-color: #2E9ECD;
}
</style>