Shades of Summer Sky #2ECFEB
Tints of Summer Sky #2ECFEB
RGB
CMYK
RGB Variations
Color information
#2ECFEB (or 0x2ECFEB) is known color: Summer Sky. HEX triplet: 2E, CF and EB. RGB value is (46,207,235). Sum of RGB (Red+Green+Blue) = 46+207+235=488 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.43% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #2ECFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECFEB is #D13014. Grayscale: #A1A1A1. Windows color (decimal): -13709333 or 15453998. OLE color: 15453998.
HSL color Cylindrical-coordinate representation of color #2ECFEB: hue angle of 188.89º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ECFEB is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 207 | 235 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.08 |
| HSL | 188.89º | 0.83% | 0.55% | - |
| HSV(B) | 188.89º | 0.8% | 0.92% | - |
| XYZ | 38.43 | 51.2 | 86.46 | - |
| YUV | 162.05 | 169.16 | 45.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 207 | 235 | 0.80 | 0.12 | 0 | 0.08 | 188.89 | 0.83 | 0.55 |
| Hex | 2E | CF | EB | 50 | C | 0 | 8 | BD | 53 | 37 |
| Octal | 56 | 317 | 353 | 120 | 14 | 0 | 10 | 275 | 123 | 67 |
| Binary | 101110 | 11001111 | 11101011 | 1010000 | 1100 | 0 | 1000 | 10111101 | 1010011 | 110111 |
Color Harmonies of #2ECFEB
Complementary color
Monochromatic Colors of #2ECFEB
Black with #2ECFEB
Text Example
Text Example
White with #2ECFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECFEB; }
p { color: rgb(46,207,235); }
H1.HeaderClassName
{
color: #2ECFEB;
}
.AnyTagClassName
{
color: #2ECFEB;
}
</style>
background-color css
<style>
a { background-color: #2ECFEB; }
a { background-color: rgb(46,207,235); }
div.DivClassName
{
background-color: #2ECFEB;
}
.BgClassName
{
background-color: #2ECFEB;
}
</style>
border-color css
<style>
span { border-color: #2ECFEB; }
span { border-color: rgb(46,207,235); }
td.TdClassName
{
border-color: #2ECFEB;
}
.TagClassName
{
border-color: #2ECFEB;
}
</style>