Shades of Summer Sky #2EBDEF
Tints of Summer Sky #2EBDEF
RGB
CMYK
RGB Variations
Color information
#2EBDEF (or 0x2EBDEF) is known color: Summer Sky. HEX triplet: 2E, BD and EF. RGB value is (46,189,239). Sum of RGB (Red+Green+Blue) = 46+189+239=474 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.70% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #2EBDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBDEF is #D14210. Grayscale: #979797. Windows color (decimal): -13713937 or 15711534. OLE color: 15711534.
HSL color Cylindrical-coordinate representation of color #2EBDEF: hue angle of 195.54º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EBDEF is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 189 | 239 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.06 |
| HSL | 195.54º | 0.86% | 0.56% | - |
| HSV(B) | 195.54º | 0.81% | 0.94% | - |
| XYZ | 34.9 | 43.21 | 88.16 | - |
| YUV | 151.94 | 177.12 | 52.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 189 | 239 | 0.81 | 0.21 | 0 | 0.06 | 195.54 | 0.86 | 0.56 |
| Hex | 2E | BD | EF | 51 | 15 | 0 | 6 | C4 | 56 | 38 |
| Octal | 56 | 275 | 357 | 121 | 25 | 0 | 6 | 304 | 126 | 70 |
| Binary | 101110 | 10111101 | 11101111 | 1010001 | 10101 | 0 | 110 | 11000100 | 1010110 | 111000 |
Color Harmonies of #2EBDEF
Complementary color
Monochromatic Colors of #2EBDEF
Black with #2EBDEF
Text Example
Text Example
White with #2EBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBDEF; }
p { color: rgb(46,189,239); }
H1.HeaderClassName
{
color: #2EBDEF;
}
.AnyTagClassName
{
color: #2EBDEF;
}
</style>
background-color css
<style>
a { background-color: #2EBDEF; }
a { background-color: rgb(46,189,239); }
div.DivClassName
{
background-color: #2EBDEF;
}
.BgClassName
{
background-color: #2EBDEF;
}
</style>
border-color css
<style>
span { border-color: #2EBDEF; }
span { border-color: rgb(46,189,239); }
td.TdClassName
{
border-color: #2EBDEF;
}
.TagClassName
{
border-color: #2EBDEF;
}
</style>