Shades of Summer Sky #2EC5FD
Tints of Summer Sky #2EC5FD
RGB
CMYK
RGB Variations
Color information
#2EC5FD (or 0x2EC5FD) is known color: Summer Sky. HEX triplet: 2E, C5 and FD. RGB value is (46,197,253). Sum of RGB (Red+Green+Blue) = 46+197+253=496 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.27% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #2EC5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EC5FD is #D13A02. Grayscale: #9D9D9D. Windows color (decimal): -13711875 or 16631086. OLE color: 16631086.
HSL color Cylindrical-coordinate representation of color #2EC5FD: hue angle of 196.23º 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 #2EC5FD is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 197 | 253 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.01 |
| HSL | 196.23º | 0.98% | 0.59% | - |
| HSV(B) | 196.23º | 0.82% | 0.99% | - |
| XYZ | 38.82 | 47.61 | 100.07 | - |
| YUV | 158.24 | 181.47 | 47.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 197 | 253 | 0.82 | 0.22 | 0 | 0.01 | 196.23 | 0.98 | 0.59 |
| Hex | 2E | C5 | FD | 52 | 16 | 0 | 1 | C4 | 62 | 3B |
| Octal | 56 | 305 | 375 | 122 | 26 | 0 | 1 | 304 | 142 | 73 |
| Binary | 101110 | 11000101 | 11111101 | 1010010 | 10110 | 0 | 1 | 11000100 | 1100010 | 111011 |
Color Harmonies of #2EC5FD
Complementary color
Monochromatic Colors of #2EC5FD
Black with #2EC5FD
Text Example
Text Example
White with #2EC5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC5FD; }
p { color: rgb(46,197,253); }
H1.HeaderClassName
{
color: #2EC5FD;
}
.AnyTagClassName
{
color: #2EC5FD;
}
</style>
background-color css
<style>
a { background-color: #2EC5FD; }
a { background-color: rgb(46,197,253); }
div.DivClassName
{
background-color: #2EC5FD;
}
.BgClassName
{
background-color: #2EC5FD;
}
</style>
border-color css
<style>
span { border-color: #2EC5FD; }
span { border-color: rgb(46,197,253); }
td.TdClassName
{
border-color: #2EC5FD;
}
.TagClassName
{
border-color: #2EC5FD;
}
</style>