Shades of Summer Sky #2ED7FE
Tints of Summer Sky #2ED7FE
RGB
CMYK
RGB Variations
Color information
#2ED7FE (or 0x2ED7FE) is known color: Summer Sky. HEX triplet: 2E, D7 and FE. RGB value is (46,215,254). Sum of RGB (Red+Green+Blue) = 46+215+254=515 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.93% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #2ED7FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ED7FE is #D12801. Grayscale: #A8A8A8. Windows color (decimal): -13707266 or 16701230. OLE color: 16701230.
HSL color Cylindrical-coordinate representation of color #2ED7FE: hue angle of 191.25º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ED7FE is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 215 | 254 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.00 |
| HSL | 191.25º | 0.99% | 0.59% | - |
| HSV(B) | 191.25º | 0.82% | 1% | - |
| XYZ | 43.32 | 56.34 | 102.36 | - |
| YUV | 168.92 | 176.01 | 40.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 215 | 254 | 0.82 | 0.15 | 0 | 0.00 | 191.25 | 0.99 | 0.59 |
| Hex | 2E | D7 | FE | 52 | F | 0 | 0 | BF | 63 | 3B |
| Octal | 56 | 327 | 376 | 122 | 17 | 0 | 0 | 277 | 143 | 73 |
| Binary | 101110 | 11010111 | 11111110 | 1010010 | 1111 | 0 | 0 | 10111111 | 1100011 | 111011 |
Color Harmonies of #2ED7FE
Complementary color
Monochromatic Colors of #2ED7FE
Black with #2ED7FE
Text Example
Text Example
White with #2ED7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED7FE; }
p { color: rgb(46,215,254); }
H1.HeaderClassName
{
color: #2ED7FE;
}
.AnyTagClassName
{
color: #2ED7FE;
}
</style>
background-color css
<style>
a { background-color: #2ED7FE; }
a { background-color: rgb(46,215,254); }
div.DivClassName
{
background-color: #2ED7FE;
}
.BgClassName
{
background-color: #2ED7FE;
}
</style>
border-color css
<style>
span { border-color: #2ED7FE; }
span { border-color: rgb(46,215,254); }
td.TdClassName
{
border-color: #2ED7FE;
}
.TagClassName
{
border-color: #2ED7FE;
}
</style>