Shades of Summer Sky #2EABFA
Tints of Summer Sky #2EABFA
RGB
CMYK
RGB Variations
Color information
#2EABFA (or 0x2EABFA) is known color: Summer Sky. HEX triplet: 2E, AB and FA. RGB value is (46,171,250). Sum of RGB (Red+Green+Blue) = 46+171+250=467 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.85% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #2EABFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EABFA is #D15405. Grayscale: #8E8E8E. Windows color (decimal): -13718534 or 16427822. OLE color: 16427822.
HSL color Cylindrical-coordinate representation of color #2EABFA: hue angle of 203.24º 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 #2EABFA is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 171 | 250 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.02 |
| HSL | 203.24º | 0.95% | 0.58% | - |
| HSV(B) | 203.24º | 0.82% | 0.98% | - |
| XYZ | 32.94 | 36.61 | 95.77 | - |
| YUV | 142.63 | 188.59 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 171 | 250 | 0.82 | 0.32 | 0 | 0.02 | 203.24 | 0.95 | 0.58 |
| Hex | 2E | AB | FA | 52 | 20 | 0 | 2 | CB | 5F | 3A |
| Octal | 56 | 253 | 372 | 122 | 40 | 0 | 2 | 313 | 137 | 72 |
| Binary | 101110 | 10101011 | 11111010 | 1010010 | 100000 | 0 | 10 | 11001011 | 1011111 | 111010 |
Color Harmonies of #2EABFA
Complementary color
Monochromatic Colors of #2EABFA
Black with #2EABFA
Text Example
Text Example
White with #2EABFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EABFA; }
p { color: rgb(46,171,250); }
H1.HeaderClassName
{
color: #2EABFA;
}
.AnyTagClassName
{
color: #2EABFA;
}
</style>
background-color css
<style>
a { background-color: #2EABFA; }
a { background-color: rgb(46,171,250); }
div.DivClassName
{
background-color: #2EABFA;
}
.BgClassName
{
background-color: #2EABFA;
}
</style>
border-color css
<style>
span { border-color: #2EABFA; }
span { border-color: rgb(46,171,250); }
td.TdClassName
{
border-color: #2EABFA;
}
.TagClassName
{
border-color: #2EABFA;
}
</style>