Shades of Summer Sky #2ECCED
Tints of Summer Sky #2ECCED
RGB
CMYK
RGB Variations
Color information
#2ECCED (or 0x2ECCED) is known color: Summer Sky. HEX triplet: 2E, CC and ED. RGB value is (46,204,237). Sum of RGB (Red+Green+Blue) = 46+204+237=487 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.45% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #2ECCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECCED is #D13312. Grayscale: #A0A0A0. Windows color (decimal): -13710099 or 15584302. OLE color: 15584302.
HSL color Cylindrical-coordinate representation of color #2ECCED: hue angle of 190.37º degrees, saturation: 0.84, 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 #2ECCED is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 204 | 237 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.07 |
| HSL | 190.37º | 0.84% | 0.55% | - |
| HSV(B) | 190.37º | 0.81% | 0.93% | - |
| XYZ | 38.01 | 49.88 | 87.75 | - |
| YUV | 160.52 | 171.15 | 46.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 237 | 0.81 | 0.14 | 0 | 0.07 | 190.37 | 0.84 | 0.55 |
| Hex | 2E | CC | ED | 51 | E | 0 | 7 | BE | 54 | 37 |
| Octal | 56 | 314 | 355 | 121 | 16 | 0 | 7 | 276 | 124 | 67 |
| Binary | 101110 | 11001100 | 11101101 | 1010001 | 1110 | 0 | 111 | 10111110 | 1010100 | 110111 |
Color Harmonies of #2ECCED
Complementary color
Monochromatic Colors of #2ECCED
Black with #2ECCED
Text Example
Text Example
White with #2ECCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECCED; }
p { color: rgb(46,204,237); }
H1.HeaderClassName
{
color: #2ECCED;
}
.AnyTagClassName
{
color: #2ECCED;
}
</style>
background-color css
<style>
a { background-color: #2ECCED; }
a { background-color: rgb(46,204,237); }
div.DivClassName
{
background-color: #2ECCED;
}
.BgClassName
{
background-color: #2ECCED;
}
</style>
border-color css
<style>
span { border-color: #2ECCED; }
span { border-color: rgb(46,204,237); }
td.TdClassName
{
border-color: #2ECCED;
}
.TagClassName
{
border-color: #2ECCED;
}
</style>