Shades of Summer Sky #2ED6FB
Tints of Summer Sky #2ED6FB
RGB
CMYK
RGB Variations
Color information
#2ED6FB (or 0x2ED6FB) is known color: Summer Sky. HEX triplet: 2E, D6 and FB. RGB value is (46,214,251). Sum of RGB (Red+Green+Blue) = 46+214+251=511 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.00% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #2ED6FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ED6FB is #D12904. Grayscale: #A7A7A7. Windows color (decimal): -13707525 or 16504366. OLE color: 16504366.
HSL color Cylindrical-coordinate representation of color #2ED6FB: hue angle of 190.83º degrees, saturation: 0.96, 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 #2ED6FB is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 214 | 251 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.02 |
| HSL | 190.83º | 0.96% | 0.58% | - |
| HSV(B) | 190.83º | 0.82% | 0.98% | - |
| XYZ | 42.59 | 55.64 | 99.76 | - |
| YUV | 167.99 | 174.84 | 40.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 214 | 251 | 0.82 | 0.15 | 0 | 0.02 | 190.83 | 0.96 | 0.58 |
| Hex | 2E | D6 | FB | 52 | F | 0 | 2 | BF | 60 | 3A |
| Octal | 56 | 326 | 373 | 122 | 17 | 0 | 2 | 277 | 140 | 72 |
| Binary | 101110 | 11010110 | 11111011 | 1010010 | 1111 | 0 | 10 | 10111111 | 1100000 | 111010 |
Color Harmonies of #2ED6FB
Complementary color
Monochromatic Colors of #2ED6FB
Black with #2ED6FB
Text Example
Text Example
White with #2ED6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED6FB; }
p { color: rgb(46,214,251); }
H1.HeaderClassName
{
color: #2ED6FB;
}
.AnyTagClassName
{
color: #2ED6FB;
}
</style>
background-color css
<style>
a { background-color: #2ED6FB; }
a { background-color: rgb(46,214,251); }
div.DivClassName
{
background-color: #2ED6FB;
}
.BgClassName
{
background-color: #2ED6FB;
}
</style>
border-color css
<style>
span { border-color: #2ED6FB; }
span { border-color: rgb(46,214,251); }
td.TdClassName
{
border-color: #2ED6FB;
}
.TagClassName
{
border-color: #2ED6FB;
}
</style>