Shades of Summer Sky #2ECFE9
Tints of Summer Sky #2ECFE9
RGB
CMYK
RGB Variations
Color information
#2ECFE9 (or 0x2ECFE9) is known color: Summer Sky. HEX triplet: 2E, CF and E9. RGB value is (46,207,233). Sum of RGB (Red+Green+Blue) = 46+207+233=486 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.47% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 233 (91.41% from 255 or 47.94% from 486); Max value from RGB is 233 - color contains mainly: blue. Hex color #2ECFE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECFE9 is #D13016. Grayscale: #A1A1A1. Windows color (decimal): -13709335 or 15322926. OLE color: 15322926.
HSL color Cylindrical-coordinate representation of color #2ECFE9: hue angle of 188.34º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ECFE9 is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 207 | 233 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.09 |
| HSL | 188.34º | 0.81% | 0.55% | - |
| HSV(B) | 188.34º | 0.8% | 0.91% | - |
| XYZ | 38.15 | 51.09 | 84.94 | - |
| YUV | 161.83 | 168.16 | 45.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 207 | 233 | 0.80 | 0.11 | 0 | 0.09 | 188.34 | 0.81 | 0.55 |
| Hex | 2E | CF | E9 | 50 | B | 0 | 9 | BC | 51 | 37 |
| Octal | 56 | 317 | 351 | 120 | 13 | 0 | 11 | 274 | 121 | 67 |
| Binary | 101110 | 11001111 | 11101001 | 1010000 | 1011 | 0 | 1001 | 10111100 | 1010001 | 110111 |
Color Harmonies of #2ECFE9
Complementary color
Monochromatic Colors of #2ECFE9
Black with #2ECFE9
Text Example
Text Example
White with #2ECFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECFE9; }
p { color: rgb(46,207,233); }
H1.HeaderClassName
{
color: #2ECFE9;
}
.AnyTagClassName
{
color: #2ECFE9;
}
</style>
background-color css
<style>
a { background-color: #2ECFE9; }
a { background-color: rgb(46,207,233); }
div.DivClassName
{
background-color: #2ECFE9;
}
.BgClassName
{
background-color: #2ECFE9;
}
</style>
border-color css
<style>
span { border-color: #2ECFE9; }
span { border-color: rgb(46,207,233); }
td.TdClassName
{
border-color: #2ECFE9;
}
.TagClassName
{
border-color: #2ECFE9;
}
</style>