Shades of Summer Sky #2EC9FC
Tints of Summer Sky #2EC9FC
RGB
CMYK
RGB Variations
Color information
#2EC9FC (or 0x2EC9FC) is known color: Summer Sky. HEX triplet: 2E, C9 and FC. RGB value is (46,201,252). Sum of RGB (Red+Green+Blue) = 46+201+252=499 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.22% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #2EC9FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EC9FC is #D13603. Grayscale: #A0A0A0. Windows color (decimal): -13710852 or 16566574. OLE color: 16566574.
HSL color Cylindrical-coordinate representation of color #2EC9FC: hue angle of 194.85º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EC9FC is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 201 | 252 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.01 |
| HSL | 194.85º | 0.97% | 0.58% | - |
| HSV(B) | 194.85º | 0.82% | 0.99% | - |
| XYZ | 39.58 | 49.38 | 99.54 | - |
| YUV | 160.47 | 179.65 | 46.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 252 | 0.82 | 0.20 | 0 | 0.01 | 194.85 | 0.97 | 0.58 |
| Hex | 2E | C9 | FC | 52 | 14 | 0 | 1 | C3 | 61 | 3A |
| Octal | 56 | 311 | 374 | 122 | 24 | 0 | 1 | 303 | 141 | 72 |
| Binary | 101110 | 11001001 | 11111100 | 1010010 | 10100 | 0 | 1 | 11000011 | 1100001 | 111010 |
Color Harmonies of #2EC9FC
Complementary color
Monochromatic Colors of #2EC9FC
Black with #2EC9FC
Text Example
Text Example
White with #2EC9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC9FC; }
p { color: rgb(46,201,252); }
H1.HeaderClassName
{
color: #2EC9FC;
}
.AnyTagClassName
{
color: #2EC9FC;
}
</style>
background-color css
<style>
a { background-color: #2EC9FC; }
a { background-color: rgb(46,201,252); }
div.DivClassName
{
background-color: #2EC9FC;
}
.BgClassName
{
background-color: #2EC9FC;
}
</style>
border-color css
<style>
span { border-color: #2EC9FC; }
span { border-color: rgb(46,201,252); }
td.TdClassName
{
border-color: #2EC9FC;
}
.TagClassName
{
border-color: #2EC9FC;
}
</style>