Shades of Summer Sky #2ECBEC
Tints of Summer Sky #2ECBEC
RGB
CMYK
RGB Variations
Color information
#2ECBEC (or 0x2ECBEC) is known color: Summer Sky. HEX triplet: 2E, CB and EC. RGB value is (46,203,236). Sum of RGB (Red+Green+Blue) = 46+203+236=485 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.48% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #2ECBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECBEC is #D13413. Grayscale: #9F9F9F. Windows color (decimal): -13710356 or 15518510. OLE color: 15518510.
HSL color Cylindrical-coordinate representation of color #2ECBEC: hue angle of 190.42º 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 #2ECBEC is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 203 | 236 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.07 |
| HSL | 190.42º | 0.83% | 0.55% | - |
| HSV(B) | 190.42º | 0.81% | 0.93% | - |
| XYZ | 37.62 | 49.35 | 86.9 | - |
| YUV | 159.82 | 170.99 | 46.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 203 | 236 | 0.81 | 0.14 | 0 | 0.07 | 190.42 | 0.83 | 0.55 |
| Hex | 2E | CB | EC | 51 | E | 0 | 7 | BE | 53 | 37 |
| Octal | 56 | 313 | 354 | 121 | 16 | 0 | 7 | 276 | 123 | 67 |
| Binary | 101110 | 11001011 | 11101100 | 1010001 | 1110 | 0 | 111 | 10111110 | 1010011 | 110111 |
Color Harmonies of #2ECBEC
Complementary color
Monochromatic Colors of #2ECBEC
Black with #2ECBEC
Text Example
Text Example
White with #2ECBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECBEC; }
p { color: rgb(46,203,236); }
H1.HeaderClassName
{
color: #2ECBEC;
}
.AnyTagClassName
{
color: #2ECBEC;
}
</style>
background-color css
<style>
a { background-color: #2ECBEC; }
a { background-color: rgb(46,203,236); }
div.DivClassName
{
background-color: #2ECBEC;
}
.BgClassName
{
background-color: #2ECBEC;
}
</style>
border-color css
<style>
span { border-color: #2ECBEC; }
span { border-color: rgb(46,203,236); }
td.TdClassName
{
border-color: #2ECBEC;
}
.TagClassName
{
border-color: #2ECBEC;
}
</style>