Shades of Summer Sky #2EC8FD
Tints of Summer Sky #2EC8FD
RGB
CMYK
RGB Variations
Color information
#2EC8FD (or 0x2EC8FD) is known color: Summer Sky. HEX triplet: 2E, C8 and FD. RGB value is (46,200,253). Sum of RGB (Red+Green+Blue) = 46+200+253=499 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.22% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #2EC8FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EC8FD is #D13702. Grayscale: #9F9F9F. Windows color (decimal): -13711107 or 16631854. OLE color: 16631854.
HSL color Cylindrical-coordinate representation of color #2EC8FD: hue angle of 195.36º 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 #2EC8FD is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 200 | 253 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.01 |
| HSL | 195.36º | 0.98% | 0.59% | - |
| HSV(B) | 195.36º | 0.82% | 0.99% | - |
| XYZ | 39.51 | 48.98 | 100.3 | - |
| YUV | 160 | 180.48 | 46.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 200 | 253 | 0.82 | 0.21 | 0 | 0.01 | 195.36 | 0.98 | 0.59 |
| Hex | 2E | C8 | FD | 52 | 15 | 0 | 1 | C3 | 62 | 3B |
| Octal | 56 | 310 | 375 | 122 | 25 | 0 | 1 | 303 | 142 | 73 |
| Binary | 101110 | 11001000 | 11111101 | 1010010 | 10101 | 0 | 1 | 11000011 | 1100010 | 111011 |
Color Harmonies of #2EC8FD
Complementary color
Monochromatic Colors of #2EC8FD
Black with #2EC8FD
Text Example
Text Example
White with #2EC8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC8FD; }
p { color: rgb(46,200,253); }
H1.HeaderClassName
{
color: #2EC8FD;
}
.AnyTagClassName
{
color: #2EC8FD;
}
</style>
background-color css
<style>
a { background-color: #2EC8FD; }
a { background-color: rgb(46,200,253); }
div.DivClassName
{
background-color: #2EC8FD;
}
.BgClassName
{
background-color: #2EC8FD;
}
</style>
border-color css
<style>
span { border-color: #2EC8FD; }
span { border-color: rgb(46,200,253); }
td.TdClassName
{
border-color: #2EC8FD;
}
.TagClassName
{
border-color: #2EC8FD;
}
</style>