Shades of Summer Sky #2EBDDC
Tints of Summer Sky #2EBDDC
RGB
CMYK
RGB Variations
Color information
#2EBDDC (or 0x2EBDDC) is known color: Summer Sky. HEX triplet: 2E, BD and DC. RGB value is (46,189,220). Sum of RGB (Red+Green+Blue) = 46+189+220=455 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.11% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #2EBDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBDDC is #D14223. Grayscale: #959595. Windows color (decimal): -13713956 or 14466350. OLE color: 14466350.
HSL color Cylindrical-coordinate representation of color #2EBDDC: hue angle of 190.69º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EBDDC is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 189 | 220 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.14 |
| HSL | 190.69º | 0.71% | 0.52% | - |
| HSV(B) | 190.69º | 0.79% | 0.86% | - |
| XYZ | 32.24 | 42.14 | 74.15 | - |
| YUV | 149.78 | 167.62 | 53.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 189 | 220 | 0.79 | 0.14 | 0 | 0.14 | 190.69 | 0.71 | 0.52 |
| Hex | 2E | BD | DC | 4F | E | 0 | E | BF | 47 | 34 |
| Octal | 56 | 275 | 334 | 117 | 16 | 0 | 16 | 277 | 107 | 64 |
| Binary | 101110 | 10111101 | 11011100 | 1001111 | 1110 | 0 | 1110 | 10111111 | 1000111 | 110100 |
Color Harmonies of #2EBDDC
Complementary color
Monochromatic Colors of #2EBDDC
Black with #2EBDDC
Text Example
Text Example
White with #2EBDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBDDC; }
p { color: rgb(46,189,220); }
H1.HeaderClassName
{
color: #2EBDDC;
}
.AnyTagClassName
{
color: #2EBDDC;
}
</style>
background-color css
<style>
a { background-color: #2EBDDC; }
a { background-color: rgb(46,189,220); }
div.DivClassName
{
background-color: #2EBDDC;
}
.BgClassName
{
background-color: #2EBDDC;
}
</style>
border-color css
<style>
span { border-color: #2EBDDC; }
span { border-color: rgb(46,189,220); }
td.TdClassName
{
border-color: #2EBDDC;
}
.TagClassName
{
border-color: #2EBDDC;
}
</style>