Shades of Summer Sky #2ECAF4
Tints of Summer Sky #2ECAF4
RGB
CMYK
RGB Variations
Color information
#2ECAF4 (or 0x2ECAF4) is known color: Summer Sky. HEX triplet: 2E, CA and F4. RGB value is (46,202,244). Sum of RGB (Red+Green+Blue) = 46+202+244=492 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.35% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 244 (95.70% from 255 or 49.59% from 492); Max value from RGB is 244 - color contains mainly: blue. Hex color #2ECAF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECAF4 is #D1350B. Grayscale: #9F9F9F. Windows color (decimal): -13710604 or 16042542. OLE color: 16042542.
HSL color Cylindrical-coordinate representation of color #2ECAF4: hue angle of 192.73º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ECAF4 is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 202 | 244 | - |
| CMYK | 0.81 | 0.17 | 0 | 0.04 |
| HSL | 192.73º | 0.9% | 0.57% | - |
| HSV(B) | 192.73º | 0.81% | 0.96% | - |
| XYZ | 38.58 | 49.35 | 93.08 | - |
| YUV | 160.14 | 175.32 | 46.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 244 | 0.81 | 0.17 | 0 | 0.04 | 192.73 | 0.9 | 0.57 |
| Hex | 2E | CA | F4 | 51 | 11 | 0 | 4 | C1 | 5A | 39 |
| Octal | 56 | 312 | 364 | 121 | 21 | 0 | 4 | 301 | 132 | 71 |
| Binary | 101110 | 11001010 | 11110100 | 1010001 | 10001 | 0 | 100 | 11000001 | 1011010 | 111001 |
Color Harmonies of #2ECAF4
Complementary color
Monochromatic Colors of #2ECAF4
Black with #2ECAF4
Text Example
Text Example
White with #2ECAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECAF4; }
p { color: rgb(46,202,244); }
H1.HeaderClassName
{
color: #2ECAF4;
}
.AnyTagClassName
{
color: #2ECAF4;
}
</style>
background-color css
<style>
a { background-color: #2ECAF4; }
a { background-color: rgb(46,202,244); }
div.DivClassName
{
background-color: #2ECAF4;
}
.BgClassName
{
background-color: #2ECAF4;
}
</style>
border-color css
<style>
span { border-color: #2ECAF4; }
span { border-color: rgb(46,202,244); }
td.TdClassName
{
border-color: #2ECAF4;
}
.TagClassName
{
border-color: #2ECAF4;
}
</style>