Shades of Summer Sky #2ECEFA
Tints of Summer Sky #2ECEFA
RGB
CMYK
RGB Variations
Color information
#2ECEFA (or 0x2ECEFA) is known color: Summer Sky. HEX triplet: 2E, CE and FA. RGB value is (46,206,250). Sum of RGB (Red+Green+Blue) = 46+206+250=502 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.16% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #2ECEFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECEFA is #D13105. Grayscale: #A2A2A2. Windows color (decimal): -13709574 or 16436782. OLE color: 16436782.
HSL color Cylindrical-coordinate representation of color #2ECEFA: hue angle of 192.94º degrees, saturation: 0.95, 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 #2ECEFA is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 206 | 250 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.02 |
| HSL | 192.94º | 0.95% | 0.58% | - |
| HSV(B) | 192.94º | 0.82% | 0.98% | - |
| XYZ | 40.45 | 51.63 | 98.28 | - |
| YUV | 163.18 | 176.99 | 44.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 206 | 250 | 0.82 | 0.18 | 0 | 0.02 | 192.94 | 0.95 | 0.58 |
| Hex | 2E | CE | FA | 52 | 12 | 0 | 2 | C1 | 5F | 3A |
| Octal | 56 | 316 | 372 | 122 | 22 | 0 | 2 | 301 | 137 | 72 |
| Binary | 101110 | 11001110 | 11111010 | 1010010 | 10010 | 0 | 10 | 11000001 | 1011111 | 111010 |
Color Harmonies of #2ECEFA
Complementary color
Monochromatic Colors of #2ECEFA
Black with #2ECEFA
Text Example
Text Example
White with #2ECEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECEFA; }
p { color: rgb(46,206,250); }
H1.HeaderClassName
{
color: #2ECEFA;
}
.AnyTagClassName
{
color: #2ECEFA;
}
</style>
background-color css
<style>
a { background-color: #2ECEFA; }
a { background-color: rgb(46,206,250); }
div.DivClassName
{
background-color: #2ECEFA;
}
.BgClassName
{
background-color: #2ECEFA;
}
</style>
border-color css
<style>
span { border-color: #2ECEFA; }
span { border-color: rgb(46,206,250); }
td.TdClassName
{
border-color: #2ECEFA;
}
.TagClassName
{
border-color: #2ECEFA;
}
</style>