Shades of Summer Sky #2ECADF
Tints of Summer Sky #2ECADF
RGB
CMYK
RGB Variations
Color information
#2ECADF (or 0x2ECADF) is known color: Summer Sky. HEX triplet: 2E, CA and DF. RGB value is (46,202,223). Sum of RGB (Red+Green+Blue) = 46+202+223=471 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.77% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #2ECADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECADF is #D13520. Grayscale: #9D9D9D. Windows color (decimal): -13710625 or 14666286. OLE color: 14666286.
HSL color Cylindrical-coordinate representation of color #2ECADF: hue angle of 187.12º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ECADF is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 202 | 223 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.13 |
| HSL | 187.12º | 0.73% | 0.53% | - |
| HSV(B) | 187.12º | 0.79% | 0.87% | - |
| XYZ | 35.57 | 48.15 | 77.23 | - |
| YUV | 157.75 | 164.82 | 48.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 223 | 0.79 | 0.09 | 0 | 0.13 | 187.12 | 0.73 | 0.53 |
| Hex | 2E | CA | DF | 4F | 9 | 0 | D | BB | 49 | 35 |
| Octal | 56 | 312 | 337 | 117 | 11 | 0 | 15 | 273 | 111 | 65 |
| Binary | 101110 | 11001010 | 11011111 | 1001111 | 1001 | 0 | 1101 | 10111011 | 1001001 | 110101 |
Color Harmonies of #2ECADF
Complementary color
Monochromatic Colors of #2ECADF
Black with #2ECADF
Text Example
Text Example
White with #2ECADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECADF; }
p { color: rgb(46,202,223); }
H1.HeaderClassName
{
color: #2ECADF;
}
.AnyTagClassName
{
color: #2ECADF;
}
</style>
background-color css
<style>
a { background-color: #2ECADF; }
a { background-color: rgb(46,202,223); }
div.DivClassName
{
background-color: #2ECADF;
}
.BgClassName
{
background-color: #2ECADF;
}
</style>
border-color css
<style>
span { border-color: #2ECADF; }
span { border-color: rgb(46,202,223); }
td.TdClassName
{
border-color: #2ECADF;
}
.TagClassName
{
border-color: #2ECADF;
}
</style>