Shades of Summer Sky #2EA4CA
Tints of Summer Sky #2EA4CA
RGB
CMYK
RGB Variations
Color information
#2EA4CA (or 0x2EA4CA) is known color: Summer Sky. HEX triplet: 2E, A4 and CA. RGB value is (46,164,202). Sum of RGB (Red+Green+Blue) = 46+164+202=412 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.17% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #2EA4CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA4CA is #D15B35. Grayscale: #848484. Windows color (decimal): -13720374 or 13280302. OLE color: 13280302.
HSL color Cylindrical-coordinate representation of color #2EA4CA: hue angle of 194.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EA4CA is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 164 | 202 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.21 |
| HSL | 194.62º | 0.63% | 0.49% | - |
| HSV(B) | 194.62º | 0.77% | 0.79% | - |
| XYZ | 25.06 | 31.4 | 60.62 | - |
| YUV | 133.05 | 166.91 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 164 | 202 | 0.77 | 0.19 | 0 | 0.21 | 194.62 | 0.63 | 0.49 |
| Hex | 2E | A4 | CA | 4D | 13 | 0 | 15 | C3 | 3F | 31 |
| Octal | 56 | 244 | 312 | 115 | 23 | 0 | 25 | 303 | 77 | 61 |
| Binary | 101110 | 10100100 | 11001010 | 1001101 | 10011 | 0 | 10101 | 11000011 | 111111 | 110001 |
Color Harmonies of #2EA4CA
Complementary color
Monochromatic Colors of #2EA4CA
Black with #2EA4CA
Text Example
Text Example
White with #2EA4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA4CA; }
p { color: rgb(46,164,202); }
H1.HeaderClassName
{
color: #2EA4CA;
}
.AnyTagClassName
{
color: #2EA4CA;
}
</style>
background-color css
<style>
a { background-color: #2EA4CA; }
a { background-color: rgb(46,164,202); }
div.DivClassName
{
background-color: #2EA4CA;
}
.BgClassName
{
background-color: #2EA4CA;
}
</style>
border-color css
<style>
span { border-color: #2EA4CA; }
span { border-color: rgb(46,164,202); }
td.TdClassName
{
border-color: #2EA4CA;
}
.TagClassName
{
border-color: #2EA4CA;
}
</style>