Shades of Summer Sky #2ED6F8
Tints of Summer Sky #2ED6F8
RGB
CMYK
RGB Variations
Color information
#2ED6F8 (or 0x2ED6F8) is known color: Summer Sky. HEX triplet: 2E, D6 and F8. RGB value is (46,214,248). Sum of RGB (Red+Green+Blue) = 46+214+248=508 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.06% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 248 (97.27% from 255 or 48.82% from 508); Max value from RGB is 248 - color contains mainly: blue. Hex color #2ED6F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ED6F8 is #D12907. Grayscale: #A7A7A7. Windows color (decimal): -13707528 or 16307758. OLE color: 16307758.
HSL color Cylindrical-coordinate representation of color #2ED6F8: hue angle of 190.1º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ED6F8 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 214 | 248 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.03 |
| HSL | 190.1º | 0.94% | 0.58% | - |
| HSV(B) | 190.1º | 0.81% | 0.97% | - |
| XYZ | 42.12 | 55.45 | 97.29 | - |
| YUV | 167.64 | 173.34 | 41.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 214 | 248 | 0.81 | 0.14 | 0 | 0.03 | 190.1 | 0.94 | 0.58 |
| Hex | 2E | D6 | F8 | 51 | E | 0 | 3 | BE | 5E | 3A |
| Octal | 56 | 326 | 370 | 121 | 16 | 0 | 3 | 276 | 136 | 72 |
| Binary | 101110 | 11010110 | 11111000 | 1010001 | 1110 | 0 | 11 | 10111110 | 1011110 | 111010 |
Color Harmonies of #2ED6F8
Complementary color
Monochromatic Colors of #2ED6F8
Black with #2ED6F8
Text Example
Text Example
White with #2ED6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED6F8; }
p { color: rgb(46,214,248); }
H1.HeaderClassName
{
color: #2ED6F8;
}
.AnyTagClassName
{
color: #2ED6F8;
}
</style>
background-color css
<style>
a { background-color: #2ED6F8; }
a { background-color: rgb(46,214,248); }
div.DivClassName
{
background-color: #2ED6F8;
}
.BgClassName
{
background-color: #2ED6F8;
}
</style>
border-color css
<style>
span { border-color: #2ED6F8; }
span { border-color: rgb(46,214,248); }
td.TdClassName
{
border-color: #2ED6F8;
}
.TagClassName
{
border-color: #2ED6F8;
}
</style>