Shades of Summer Sky #2ECAFA
Tints of Summer Sky #2ECAFA
RGB
CMYK
RGB Variations
Color information
#2ECAFA (or 0x2ECAFA) is known color: Summer Sky. HEX triplet: 2E, CA and FA. RGB value is (46,202,250). Sum of RGB (Red+Green+Blue) = 46+202+250=498 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.24% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #2ECAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECAFA is #D13505. Grayscale: #A0A0A0. Windows color (decimal): -13710598 or 16435758. OLE color: 16435758.
HSL color Cylindrical-coordinate representation of color #2ECAFA: hue angle of 194.12º 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 #2ECAFA is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 202 | 250 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.02 |
| HSL | 194.12º | 0.95% | 0.58% | - |
| HSV(B) | 194.12º | 0.82% | 0.98% | - |
| XYZ | 39.5 | 49.72 | 97.96 | - |
| YUV | 160.83 | 178.32 | 46.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 250 | 0.82 | 0.19 | 0 | 0.02 | 194.12 | 0.95 | 0.58 |
| Hex | 2E | CA | FA | 52 | 13 | 0 | 2 | C2 | 5F | 3A |
| Octal | 56 | 312 | 372 | 122 | 23 | 0 | 2 | 302 | 137 | 72 |
| Binary | 101110 | 11001010 | 11111010 | 1010010 | 10011 | 0 | 10 | 11000010 | 1011111 | 111010 |
Color Harmonies of #2ECAFA
Complementary color
Monochromatic Colors of #2ECAFA
Black with #2ECAFA
Text Example
Text Example
White with #2ECAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECAFA; }
p { color: rgb(46,202,250); }
H1.HeaderClassName
{
color: #2ECAFA;
}
.AnyTagClassName
{
color: #2ECAFA;
}
</style>
background-color css
<style>
a { background-color: #2ECAFA; }
a { background-color: rgb(46,202,250); }
div.DivClassName
{
background-color: #2ECAFA;
}
.BgClassName
{
background-color: #2ECAFA;
}
</style>
border-color css
<style>
span { border-color: #2ECAFA; }
span { border-color: rgb(46,202,250); }
td.TdClassName
{
border-color: #2ECAFA;
}
.TagClassName
{
border-color: #2ECAFA;
}
</style>