Shades of Summer Sky #2ECEF9
Tints of Summer Sky #2ECEF9
RGB
CMYK
RGB Variations
Color information
#2ECEF9 (or 0x2ECEF9) is known color: Summer Sky. HEX triplet: 2E, CE and F9. RGB value is (46,206,249). Sum of RGB (Red+Green+Blue) = 46+206+249=501 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.18% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 249 (97.66% from 255 or 49.70% from 501); Max value from RGB is 249 - color contains mainly: blue. Hex color #2ECEF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECEF9 is #D13106. Grayscale: #A2A2A2. Windows color (decimal): -13709575 or 16371246. OLE color: 16371246.
HSL color Cylindrical-coordinate representation of color #2ECEF9: hue angle of 192.71º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ECEF9 is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 206 | 249 | - |
| CMYK | 0.82 | 0.17 | 0 | 0.02 |
| HSL | 192.71º | 0.94% | 0.58% | - |
| HSV(B) | 192.71º | 0.82% | 0.98% | - |
| XYZ | 40.3 | 51.56 | 97.45 | - |
| YUV | 163.06 | 176.49 | 44.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 206 | 249 | 0.82 | 0.17 | 0 | 0.02 | 192.71 | 0.94 | 0.58 |
| Hex | 2E | CE | F9 | 52 | 11 | 0 | 2 | C1 | 5E | 3A |
| Octal | 56 | 316 | 371 | 122 | 21 | 0 | 2 | 301 | 136 | 72 |
| Binary | 101110 | 11001110 | 11111001 | 1010010 | 10001 | 0 | 10 | 11000001 | 1011110 | 111010 |
Color Harmonies of #2ECEF9
Complementary color
Monochromatic Colors of #2ECEF9
Black with #2ECEF9
Text Example
Text Example
White with #2ECEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECEF9; }
p { color: rgb(46,206,249); }
H1.HeaderClassName
{
color: #2ECEF9;
}
.AnyTagClassName
{
color: #2ECEF9;
}
</style>
background-color css
<style>
a { background-color: #2ECEF9; }
a { background-color: rgb(46,206,249); }
div.DivClassName
{
background-color: #2ECEF9;
}
.BgClassName
{
background-color: #2ECEF9;
}
</style>
border-color css
<style>
span { border-color: #2ECEF9; }
span { border-color: rgb(46,206,249); }
td.TdClassName
{
border-color: #2ECEF9;
}
.TagClassName
{
border-color: #2ECEF9;
}
</style>