Shades of Summer Sky #2ECEEC
Tints of Summer Sky #2ECEEC
RGB
CMYK
RGB Variations
Color information
#2ECEEC (or 0x2ECEEC) is known color: Summer Sky. HEX triplet: 2E, CE and EC. RGB value is (46,206,236). Sum of RGB (Red+Green+Blue) = 46+206+236=488 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.43% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #2ECEEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECEEC is #D13113. Grayscale: #A1A1A1. Windows color (decimal): -13709588 or 15519278. OLE color: 15519278.
HSL color Cylindrical-coordinate representation of color #2ECEEC: hue angle of 189.47º 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 #2ECEEC is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 206 | 236 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.07 |
| HSL | 189.47º | 0.83% | 0.55% | - |
| HSV(B) | 189.47º | 0.81% | 0.93% | - |
| XYZ | 38.34 | 50.78 | 87.14 | - |
| YUV | 161.58 | 169.99 | 45.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 206 | 236 | 0.81 | 0.13 | 0 | 0.07 | 189.47 | 0.83 | 0.55 |
| Hex | 2E | CE | EC | 51 | D | 0 | 7 | BD | 53 | 37 |
| Octal | 56 | 316 | 354 | 121 | 15 | 0 | 7 | 275 | 123 | 67 |
| Binary | 101110 | 11001110 | 11101100 | 1010001 | 1101 | 0 | 111 | 10111101 | 1010011 | 110111 |
Color Harmonies of #2ECEEC
Complementary color
Monochromatic Colors of #2ECEEC
Black with #2ECEEC
Text Example
Text Example
White with #2ECEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECEEC; }
p { color: rgb(46,206,236); }
H1.HeaderClassName
{
color: #2ECEEC;
}
.AnyTagClassName
{
color: #2ECEEC;
}
</style>
background-color css
<style>
a { background-color: #2ECEEC; }
a { background-color: rgb(46,206,236); }
div.DivClassName
{
background-color: #2ECEEC;
}
.BgClassName
{
background-color: #2ECEEC;
}
</style>
border-color css
<style>
span { border-color: #2ECEEC; }
span { border-color: rgb(46,206,236); }
td.TdClassName
{
border-color: #2ECEEC;
}
.TagClassName
{
border-color: #2ECEEC;
}
</style>