Shades of Summer Sky #2ECADA
Tints of Summer Sky #2ECADA
RGB
CMYK
RGB Variations
Color information
#2ECADA (or 0x2ECADA) is known color: Summer Sky. HEX triplet: 2E, CA and DA. RGB value is (46,202,218). Sum of RGB (Red+Green+Blue) = 46+202+218=466 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.87% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #2ECADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECADA is #D13525. Grayscale: #9C9C9C. Windows color (decimal): -13710630 or 14338606. OLE color: 14338606.
HSL color Cylindrical-coordinate representation of color #2ECADA: hue angle of 185.58º 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 #2ECADA is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 202 | 218 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.15 |
| HSL | 185.58º | 0.7% | 0.52% | - |
| HSV(B) | 185.58º | 0.79% | 0.85% | - |
| XYZ | 34.9 | 47.88 | 73.73 | - |
| YUV | 157.18 | 162.32 | 48.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 218 | 0.79 | 0.07 | 0 | 0.15 | 185.58 | 0.7 | 0.52 |
| Hex | 2E | CA | DA | 4F | 7 | 0 | F | BA | 46 | 34 |
| Octal | 56 | 312 | 332 | 117 | 7 | 0 | 17 | 272 | 106 | 64 |
| Binary | 101110 | 11001010 | 11011010 | 1001111 | 111 | 0 | 1111 | 10111010 | 1000110 | 110100 |
Color Harmonies of #2ECADA
Complementary color
Monochromatic Colors of #2ECADA
Black with #2ECADA
Text Example
Text Example
White with #2ECADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECADA; }
p { color: rgb(46,202,218); }
H1.HeaderClassName
{
color: #2ECADA;
}
.AnyTagClassName
{
color: #2ECADA;
}
</style>
background-color css
<style>
a { background-color: #2ECADA; }
a { background-color: rgb(46,202,218); }
div.DivClassName
{
background-color: #2ECADA;
}
.BgClassName
{
background-color: #2ECADA;
}
</style>
border-color css
<style>
span { border-color: #2ECADA; }
span { border-color: rgb(46,202,218); }
td.TdClassName
{
border-color: #2ECADA;
}
.TagClassName
{
border-color: #2ECADA;
}
</style>