Shades of Summer Sky #2ECBDC
Tints of Summer Sky #2ECBDC
RGB
CMYK
RGB Variations
Color information
#2ECBDC (or 0x2ECBDC) is known color: Summer Sky. HEX triplet: 2E, CB and DC. RGB value is (46,203,220). Sum of RGB (Red+Green+Blue) = 46+203+220=469 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.81% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #2ECBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECBDC is #D13423. Grayscale: #9D9D9D. Windows color (decimal): -13710372 or 14469934. OLE color: 14469934.
HSL color Cylindrical-coordinate representation of color #2ECBDC: hue angle of 185.86º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ECBDC is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 203 | 220 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.14 |
| HSL | 185.86º | 0.71% | 0.52% | - |
| HSV(B) | 185.86º | 0.79% | 0.86% | - |
| XYZ | 35.4 | 48.46 | 75.2 | - |
| YUV | 158 | 162.99 | 48.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 203 | 220 | 0.79 | 0.08 | 0 | 0.14 | 185.86 | 0.71 | 0.52 |
| Hex | 2E | CB | DC | 4F | 8 | 0 | E | BA | 47 | 34 |
| Octal | 56 | 313 | 334 | 117 | 10 | 0 | 16 | 272 | 107 | 64 |
| Binary | 101110 | 11001011 | 11011100 | 1001111 | 1000 | 0 | 1110 | 10111010 | 1000111 | 110100 |
Color Harmonies of #2ECBDC
Complementary color
Monochromatic Colors of #2ECBDC
Black with #2ECBDC
Text Example
Text Example
White with #2ECBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECBDC; }
p { color: rgb(46,203,220); }
H1.HeaderClassName
{
color: #2ECBDC;
}
.AnyTagClassName
{
color: #2ECBDC;
}
</style>
background-color css
<style>
a { background-color: #2ECBDC; }
a { background-color: rgb(46,203,220); }
div.DivClassName
{
background-color: #2ECBDC;
}
.BgClassName
{
background-color: #2ECBDC;
}
</style>
border-color css
<style>
span { border-color: #2ECBDC; }
span { border-color: rgb(46,203,220); }
td.TdClassName
{
border-color: #2ECBDC;
}
.TagClassName
{
border-color: #2ECBDC;
}
</style>