Shades of Summer Sky #2EC9FD
Tints of Summer Sky #2EC9FD
RGB
CMYK
RGB Variations
Color information
#2EC9FD (or 0x2EC9FD) is known color: Summer Sky. HEX triplet: 2E, C9 and FD. RGB value is (46,201,253). Sum of RGB (Red+Green+Blue) = 46+201+253=500 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.2% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #2EC9FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EC9FD is #D13602. Grayscale: #A0A0A0. Windows color (decimal): -13710851 or 16632110. OLE color: 16632110.
HSL color Cylindrical-coordinate representation of color #2EC9FD: hue angle of 195.07º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EC9FD is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 201 | 253 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.01 |
| HSL | 195.07º | 0.98% | 0.59% | - |
| HSV(B) | 195.07º | 0.82% | 0.99% | - |
| XYZ | 39.74 | 49.45 | 100.38 | - |
| YUV | 160.58 | 180.15 | 46.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 253 | 0.82 | 0.21 | 0 | 0.01 | 195.07 | 0.98 | 0.59 |
| Hex | 2E | C9 | FD | 52 | 15 | 0 | 1 | C3 | 62 | 3B |
| Octal | 56 | 311 | 375 | 122 | 25 | 0 | 1 | 303 | 142 | 73 |
| Binary | 101110 | 11001001 | 11111101 | 1010010 | 10101 | 0 | 1 | 11000011 | 1100010 | 111011 |
Color Harmonies of #2EC9FD
Complementary color
Monochromatic Colors of #2EC9FD
Black with #2EC9FD
Text Example
Text Example
White with #2EC9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC9FD; }
p { color: rgb(46,201,253); }
H1.HeaderClassName
{
color: #2EC9FD;
}
.AnyTagClassName
{
color: #2EC9FD;
}
</style>
background-color css
<style>
a { background-color: #2EC9FD; }
a { background-color: rgb(46,201,253); }
div.DivClassName
{
background-color: #2EC9FD;
}
.BgClassName
{
background-color: #2EC9FD;
}
</style>
border-color css
<style>
span { border-color: #2EC9FD; }
span { border-color: rgb(46,201,253); }
td.TdClassName
{
border-color: #2EC9FD;
}
.TagClassName
{
border-color: #2EC9FD;
}
</style>