Shades of Summer Sky #2ECFED
Tints of Summer Sky #2ECFED
RGB
CMYK
RGB Variations
Color information
#2ECFED (or 0x2ECFED) is known color: Summer Sky. HEX triplet: 2E, CF and ED. RGB value is (46,207,237). Sum of RGB (Red+Green+Blue) = 46+207+237=490 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.39% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #2ECFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECFED is #D13012. Grayscale: #A2A2A2. Windows color (decimal): -13709331 or 15585070. OLE color: 15585070.
HSL color Cylindrical-coordinate representation of color #2ECFED: hue angle of 189.42º 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 #2ECFED is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 207 | 237 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.07 |
| HSL | 189.42º | 0.84% | 0.55% | - |
| HSV(B) | 189.42º | 0.81% | 0.93% | - |
| XYZ | 38.73 | 51.32 | 87.99 | - |
| YUV | 162.28 | 170.16 | 45.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 207 | 237 | 0.81 | 0.13 | 0 | 0.07 | 189.42 | 0.84 | 0.55 |
| Hex | 2E | CF | ED | 51 | D | 0 | 7 | BD | 54 | 37 |
| Octal | 56 | 317 | 355 | 121 | 15 | 0 | 7 | 275 | 124 | 67 |
| Binary | 101110 | 11001111 | 11101101 | 1010001 | 1101 | 0 | 111 | 10111101 | 1010100 | 110111 |
Color Harmonies of #2ECFED
Complementary color
Monochromatic Colors of #2ECFED
Black with #2ECFED
Text Example
Text Example
White with #2ECFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECFED; }
p { color: rgb(46,207,237); }
H1.HeaderClassName
{
color: #2ECFED;
}
.AnyTagClassName
{
color: #2ECFED;
}
</style>
background-color css
<style>
a { background-color: #2ECFED; }
a { background-color: rgb(46,207,237); }
div.DivClassName
{
background-color: #2ECFED;
}
.BgClassName
{
background-color: #2ECFED;
}
</style>
border-color css
<style>
span { border-color: #2ECFED; }
span { border-color: rgb(46,207,237); }
td.TdClassName
{
border-color: #2ECFED;
}
.TagClassName
{
border-color: #2ECFED;
}
</style>