Shades of Summer Sky #2EC9FF
Tints of Summer Sky #2EC9FF
RGB
CMYK
RGB Variations
Color information
#2EC9FF (or 0x2EC9FF) is known color: Summer Sky. HEX triplet: 2E, C9 and FF. RGB value is (46,201,255). Sum of RGB (Red+Green+Blue) = 46+201+255=502 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.16% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #2EC9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EC9FF is #D13600. Grayscale: #A0A0A0. Windows color (decimal): -13710849 or 16763182. OLE color: 16763182.
HSL color Cylindrical-coordinate representation of color #2EC9FF: hue angle of 195.5º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EC9FF is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 201 | 255 | - |
| CMYK | 0.82 | 0.21 | 0 | 0 |
| HSL | 195.5º | 1% | 0.59% | - |
| HSV(B) | 195.5º | 0.82% | 1% | - |
| XYZ | 40.06 | 49.57 | 102.06 | - |
| YUV | 160.81 | 181.15 | 46.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 255 | 0.82 | 0.21 | 0 | 0 | 195.5 | 1 | 0.59 |
| Hex | 2E | C9 | FF | 52 | 15 | 0 | 0 | C4 | 64 | 3B |
| Octal | 56 | 311 | 377 | 122 | 25 | 0 | 0 | 304 | 144 | 73 |
| Binary | 101110 | 11001001 | 11111111 | 1010010 | 10101 | 0 | 0 | 11000100 | 1100100 | 111011 |
Color Harmonies of #2EC9FF
Complementary color
Monochromatic Colors of #2EC9FF
Black with #2EC9FF
Text Example
Text Example
White with #2EC9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC9FF; }
p { color: rgb(46,201,255); }
H1.HeaderClassName
{
color: #2EC9FF;
}
.AnyTagClassName
{
color: #2EC9FF;
}
</style>
background-color css
<style>
a { background-color: #2EC9FF; }
a { background-color: rgb(46,201,255); }
div.DivClassName
{
background-color: #2EC9FF;
}
.BgClassName
{
background-color: #2EC9FF;
}
</style>
border-color css
<style>
span { border-color: #2EC9FF; }
span { border-color: rgb(46,201,255); }
td.TdClassName
{
border-color: #2EC9FF;
}
.TagClassName
{
border-color: #2EC9FF;
}
</style>