Shades of Summer Sky #2ED8F9
Tints of Summer Sky #2ED8F9
RGB
CMYK
RGB Variations
Color information
#2ED8F9 (or 0x2ED8F9) is known color: Summer Sky. HEX triplet: 2E, D8 and F9. RGB value is (46,216,249). Sum of RGB (Red+Green+Blue) = 46+216+249=511 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.00% from 511); Green value is 216 (84.77% from 255 or 42.27% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #2ED8F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ED8F9 is #D12706. Grayscale: #A8A8A8. Windows color (decimal): -13707015 or 16373806. OLE color: 16373806.
HSL color Cylindrical-coordinate representation of color #2ED8F9: hue angle of 189.75º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ED8F9 is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 216 | 249 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.02 |
| HSL | 189.75º | 0.94% | 0.58% | - |
| HSV(B) | 189.75º | 0.82% | 0.98% | - |
| XYZ | 42.78 | 56.53 | 98.28 | - |
| YUV | 168.93 | 173.18 | 40.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 216 | 249 | 0.82 | 0.13 | 0 | 0.02 | 189.75 | 0.94 | 0.58 |
| Hex | 2E | D8 | F9 | 52 | D | 0 | 2 | BE | 5E | 3A |
| Octal | 56 | 330 | 371 | 122 | 15 | 0 | 2 | 276 | 136 | 72 |
| Binary | 101110 | 11011000 | 11111001 | 1010010 | 1101 | 0 | 10 | 10111110 | 1011110 | 111010 |
Color Harmonies of #2ED8F9
Complementary color
Monochromatic Colors of #2ED8F9
Black with #2ED8F9
Text Example
Text Example
White with #2ED8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED8F9; }
p { color: rgb(46,216,249); }
H1.HeaderClassName
{
color: #2ED8F9;
}
.AnyTagClassName
{
color: #2ED8F9;
}
</style>
background-color css
<style>
a { background-color: #2ED8F9; }
a { background-color: rgb(46,216,249); }
div.DivClassName
{
background-color: #2ED8F9;
}
.BgClassName
{
background-color: #2ED8F9;
}
</style>
border-color css
<style>
span { border-color: #2ED8F9; }
span { border-color: rgb(46,216,249); }
td.TdClassName
{
border-color: #2ED8F9;
}
.TagClassName
{
border-color: #2ED8F9;
}
</style>