Shades of Summer Sky #2ECAEA
Tints of Summer Sky #2ECAEA
RGB
CMYK
RGB Variations
Color information
#2ECAEA (or 0x2ECAEA) is known color: Summer Sky. HEX triplet: 2E, CA and EA. RGB value is (46,202,234). Sum of RGB (Red+Green+Blue) = 46+202+234=482 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.54% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #2ECAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECAEA is #D13515. Grayscale: #9E9E9E. Windows color (decimal): -13710614 or 15387182. OLE color: 15387182.
HSL color Cylindrical-coordinate representation of color #2ECAEA: hue angle of 190.21º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ECAEA is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 202 | 234 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.08 |
| HSL | 190.21º | 0.82% | 0.55% | - |
| HSV(B) | 190.21º | 0.8% | 0.92% | - |
| XYZ | 37.1 | 48.76 | 85.3 | - |
| YUV | 159 | 170.32 | 47.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 234 | 0.80 | 0.14 | 0 | 0.08 | 190.21 | 0.82 | 0.55 |
| Hex | 2E | CA | EA | 50 | E | 0 | 8 | BE | 52 | 37 |
| Octal | 56 | 312 | 352 | 120 | 16 | 0 | 10 | 276 | 122 | 67 |
| Binary | 101110 | 11001010 | 11101010 | 1010000 | 1110 | 0 | 1000 | 10111110 | 1010010 | 110111 |
Color Harmonies of #2ECAEA
Complementary color
Monochromatic Colors of #2ECAEA
Black with #2ECAEA
Text Example
Text Example
White with #2ECAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECAEA; }
p { color: rgb(46,202,234); }
H1.HeaderClassName
{
color: #2ECAEA;
}
.AnyTagClassName
{
color: #2ECAEA;
}
</style>
background-color css
<style>
a { background-color: #2ECAEA; }
a { background-color: rgb(46,202,234); }
div.DivClassName
{
background-color: #2ECAEA;
}
.BgClassName
{
background-color: #2ECAEA;
}
</style>
border-color css
<style>
span { border-color: #2ECAEA; }
span { border-color: rgb(46,202,234); }
td.TdClassName
{
border-color: #2ECAEA;
}
.TagClassName
{
border-color: #2ECAEA;
}
</style>