Shades of Summer Sky #2ECCDD
Tints of Summer Sky #2ECCDD
RGB
CMYK
RGB Variations
Color information
#2ECCDD (or 0x2ECCDD) is known color: Summer Sky. HEX triplet: 2E, CC and DD. RGB value is (46,204,221). Sum of RGB (Red+Green+Blue) = 46+204+221=471 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.77% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #2ECCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECCDD is #D13322. Grayscale: #9E9E9E. Windows color (decimal): -13710115 or 14535726. OLE color: 14535726.
HSL color Cylindrical-coordinate representation of color #2ECCDD: hue angle of 185.83º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ECCDD is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 204 | 221 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.13 |
| HSL | 185.83º | 0.72% | 0.52% | - |
| HSV(B) | 185.83º | 0.79% | 0.87% | - |
| XYZ | 35.77 | 48.99 | 75.98 | - |
| YUV | 158.7 | 163.15 | 47.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 221 | 0.79 | 0.08 | 0 | 0.13 | 185.83 | 0.72 | 0.52 |
| Hex | 2E | CC | DD | 4F | 8 | 0 | D | BA | 48 | 34 |
| Octal | 56 | 314 | 335 | 117 | 10 | 0 | 15 | 272 | 110 | 64 |
| Binary | 101110 | 11001100 | 11011101 | 1001111 | 1000 | 0 | 1101 | 10111010 | 1001000 | 110100 |
Color Harmonies of #2ECCDD
Complementary color
Monochromatic Colors of #2ECCDD
Black with #2ECCDD
Text Example
Text Example
White with #2ECCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECCDD; }
p { color: rgb(46,204,221); }
H1.HeaderClassName
{
color: #2ECCDD;
}
.AnyTagClassName
{
color: #2ECCDD;
}
</style>
background-color css
<style>
a { background-color: #2ECCDD; }
a { background-color: rgb(46,204,221); }
div.DivClassName
{
background-color: #2ECCDD;
}
.BgClassName
{
background-color: #2ECCDD;
}
</style>
border-color css
<style>
span { border-color: #2ECCDD; }
span { border-color: rgb(46,204,221); }
td.TdClassName
{
border-color: #2ECCDD;
}
.TagClassName
{
border-color: #2ECCDD;
}
</style>