Shades of Summer Sky #2ECCEC
Tints of Summer Sky #2ECCEC
RGB
CMYK
RGB Variations
Color information
#2ECCEC (or 0x2ECCEC) is known color: Summer Sky. HEX triplet: 2E, CC and EC. RGB value is (46,204,236). Sum of RGB (Red+Green+Blue) = 46+204+236=486 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.47% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #2ECCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECCEC is #D13313. Grayscale: #A0A0A0. Windows color (decimal): -13710100 or 15518766. OLE color: 15518766.
HSL color Cylindrical-coordinate representation of color #2ECCEC: hue angle of 190.11º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ECCEC is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 204 | 236 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.07 |
| HSL | 190.11º | 0.83% | 0.55% | - |
| HSV(B) | 190.11º | 0.81% | 0.93% | - |
| XYZ | 37.86 | 49.82 | 86.98 | - |
| YUV | 160.41 | 170.65 | 46.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 236 | 0.81 | 0.14 | 0 | 0.07 | 190.11 | 0.83 | 0.55 |
| Hex | 2E | CC | EC | 51 | E | 0 | 7 | BE | 53 | 37 |
| Octal | 56 | 314 | 354 | 121 | 16 | 0 | 7 | 276 | 123 | 67 |
| Binary | 101110 | 11001100 | 11101100 | 1010001 | 1110 | 0 | 111 | 10111110 | 1010011 | 110111 |
Color Harmonies of #2ECCEC
Complementary color
Monochromatic Colors of #2ECCEC
Black with #2ECCEC
Text Example
Text Example
White with #2ECCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECCEC; }
p { color: rgb(46,204,236); }
H1.HeaderClassName
{
color: #2ECCEC;
}
.AnyTagClassName
{
color: #2ECCEC;
}
</style>
background-color css
<style>
a { background-color: #2ECCEC; }
a { background-color: rgb(46,204,236); }
div.DivClassName
{
background-color: #2ECCEC;
}
.BgClassName
{
background-color: #2ECCEC;
}
</style>
border-color css
<style>
span { border-color: #2ECCEC; }
span { border-color: rgb(46,204,236); }
td.TdClassName
{
border-color: #2ECCEC;
}
.TagClassName
{
border-color: #2ECCEC;
}
</style>