Shades of Summer Sky #2EC9FA
Tints of Summer Sky #2EC9FA
RGB
CMYK
RGB Variations
Color information
#2EC9FA (or 0x2EC9FA) is known color: Summer Sky. HEX triplet: 2E, C9 and FA. RGB value is (46,201,250). Sum of RGB (Red+Green+Blue) = 46+201+250=497 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.26% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #2EC9FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EC9FA is #D13605. Grayscale: #9F9F9F. Windows color (decimal): -13710854 or 16435502. OLE color: 16435502.
HSL color Cylindrical-coordinate representation of color #2EC9FA: hue angle of 194.41º 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 #2EC9FA is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 201 | 250 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.02 |
| HSL | 194.41º | 0.95% | 0.58% | - |
| HSV(B) | 194.41º | 0.82% | 0.98% | - |
| XYZ | 39.27 | 49.26 | 97.88 | - |
| YUV | 160.24 | 178.65 | 46.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 250 | 0.82 | 0.20 | 0 | 0.02 | 194.41 | 0.95 | 0.58 |
| Hex | 2E | C9 | FA | 52 | 14 | 0 | 2 | C2 | 5F | 3A |
| Octal | 56 | 311 | 372 | 122 | 24 | 0 | 2 | 302 | 137 | 72 |
| Binary | 101110 | 11001001 | 11111010 | 1010010 | 10100 | 0 | 10 | 11000010 | 1011111 | 111010 |
Color Harmonies of #2EC9FA
Complementary color
Monochromatic Colors of #2EC9FA
Black with #2EC9FA
Text Example
Text Example
White with #2EC9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC9FA; }
p { color: rgb(46,201,250); }
H1.HeaderClassName
{
color: #2EC9FA;
}
.AnyTagClassName
{
color: #2EC9FA;
}
</style>
background-color css
<style>
a { background-color: #2EC9FA; }
a { background-color: rgb(46,201,250); }
div.DivClassName
{
background-color: #2EC9FA;
}
.BgClassName
{
background-color: #2EC9FA;
}
</style>
border-color css
<style>
span { border-color: #2EC9FA; }
span { border-color: rgb(46,201,250); }
td.TdClassName
{
border-color: #2EC9FA;
}
.TagClassName
{
border-color: #2EC9FA;
}
</style>