Shades of Summer Sky #2E9CDA
Tints of Summer Sky #2E9CDA
RGB
CMYK
RGB Variations
Color information
#2E9CDA (or 0x2E9CDA) is known color: Summer Sky. HEX triplet: 2E, 9C and DA. RGB value is (46,156,218). Sum of RGB (Red+Green+Blue) = 46+156+218=420 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.95% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #2E9CDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9CDA is #D16325. Grayscale: #818181. Windows color (decimal): -13722406 or 14326830. OLE color: 14326830.
HSL color Cylindrical-coordinate representation of color #2E9CDA: hue angle of 201.63º 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 #2E9CDA is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 156 | 218 | - |
| CMYK | 0.79 | 0.28 | 0 | 0.15 |
| HSL | 201.63º | 0.7% | 0.52% | - |
| HSV(B) | 201.63º | 0.79% | 0.85% | - |
| XYZ | 25.67 | 29.42 | 70.66 | - |
| YUV | 130.18 | 177.56 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 156 | 218 | 0.79 | 0.28 | 0 | 0.15 | 201.63 | 0.7 | 0.52 |
| Hex | 2E | 9C | DA | 4F | 1C | 0 | F | CA | 46 | 34 |
| Octal | 56 | 234 | 332 | 117 | 34 | 0 | 17 | 312 | 106 | 64 |
| Binary | 101110 | 10011100 | 11011010 | 1001111 | 11100 | 0 | 1111 | 11001010 | 1000110 | 110100 |
Color Harmonies of #2E9CDA
Complementary color
Monochromatic Colors of #2E9CDA
Black with #2E9CDA
Text Example
Text Example
White with #2E9CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9CDA; }
p { color: rgb(46,156,218); }
H1.HeaderClassName
{
color: #2E9CDA;
}
.AnyTagClassName
{
color: #2E9CDA;
}
</style>
background-color css
<style>
a { background-color: #2E9CDA; }
a { background-color: rgb(46,156,218); }
div.DivClassName
{
background-color: #2E9CDA;
}
.BgClassName
{
background-color: #2E9CDA;
}
</style>
border-color css
<style>
span { border-color: #2E9CDA; }
span { border-color: rgb(46,156,218); }
td.TdClassName
{
border-color: #2E9CDA;
}
.TagClassName
{
border-color: #2E9CDA;
}
</style>