Shades of Summer Sky #2EC7FD
Tints of Summer Sky #2EC7FD
RGB
CMYK
RGB Variations
Color information
#2EC7FD (or 0x2EC7FD) is known color: Summer Sky. HEX triplet: 2E, C7 and FD. RGB value is (46,199,253). Sum of RGB (Red+Green+Blue) = 46+199+253=498 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.24% from 498); Green value is 199 (78.12% from 255 or 39.96% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #2EC7FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EC7FD is #D13802. Grayscale: #9F9F9F. Windows color (decimal): -13711363 or 16631598. OLE color: 16631598.
HSL color Cylindrical-coordinate representation of color #2EC7FD: hue angle of 195.65º 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 #2EC7FD is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 199 | 253 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.01 |
| HSL | 195.65º | 0.98% | 0.59% | - |
| HSV(B) | 195.65º | 0.82% | 0.99% | - |
| XYZ | 39.28 | 48.52 | 100.22 | - |
| YUV | 159.41 | 180.81 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 199 | 253 | 0.82 | 0.21 | 0 | 0.01 | 195.65 | 0.98 | 0.59 |
| Hex | 2E | C7 | FD | 52 | 15 | 0 | 1 | C4 | 62 | 3B |
| Octal | 56 | 307 | 375 | 122 | 25 | 0 | 1 | 304 | 142 | 73 |
| Binary | 101110 | 11000111 | 11111101 | 1010010 | 10101 | 0 | 1 | 11000100 | 1100010 | 111011 |
Color Harmonies of #2EC7FD
Complementary color
Monochromatic Colors of #2EC7FD
Black with #2EC7FD
Text Example
Text Example
White with #2EC7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC7FD; }
p { color: rgb(46,199,253); }
H1.HeaderClassName
{
color: #2EC7FD;
}
.AnyTagClassName
{
color: #2EC7FD;
}
</style>
background-color css
<style>
a { background-color: #2EC7FD; }
a { background-color: rgb(46,199,253); }
div.DivClassName
{
background-color: #2EC7FD;
}
.BgClassName
{
background-color: #2EC7FD;
}
</style>
border-color css
<style>
span { border-color: #2EC7FD; }
span { border-color: rgb(46,199,253); }
td.TdClassName
{
border-color: #2EC7FD;
}
.TagClassName
{
border-color: #2EC7FD;
}
</style>