Shades of Summer Sky #2EBEDB
Tints of Summer Sky #2EBEDB
RGB
CMYK
RGB Variations
Color information
#2EBEDB (or 0x2EBEDB) is known color: Summer Sky. HEX triplet: 2E, BE and DB. RGB value is (46,190,219). Sum of RGB (Red+Green+Blue) = 46+190+219=455 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.11% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #2EBEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBEDB is #D14124. Grayscale: #959595. Windows color (decimal): -13713701 or 14401070. OLE color: 14401070.
HSL color Cylindrical-coordinate representation of color #2EBEDB: hue angle of 190.06º 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 #2EBEDB is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 190 | 219 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.14 |
| HSL | 190.06º | 0.71% | 0.52% | - |
| HSV(B) | 190.06º | 0.79% | 0.86% | - |
| XYZ | 32.33 | 42.52 | 73.52 | - |
| YUV | 150.25 | 166.79 | 53.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 190 | 219 | 0.79 | 0.13 | 0 | 0.14 | 190.06 | 0.71 | 0.52 |
| Hex | 2E | BE | DB | 4F | D | 0 | E | BE | 47 | 34 |
| Octal | 56 | 276 | 333 | 117 | 15 | 0 | 16 | 276 | 107 | 64 |
| Binary | 101110 | 10111110 | 11011011 | 1001111 | 1101 | 0 | 1110 | 10111110 | 1000111 | 110100 |
Color Harmonies of #2EBEDB
Complementary color
Monochromatic Colors of #2EBEDB
Black with #2EBEDB
Text Example
Text Example
White with #2EBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBEDB; }
p { color: rgb(46,190,219); }
H1.HeaderClassName
{
color: #2EBEDB;
}
.AnyTagClassName
{
color: #2EBEDB;
}
</style>
background-color css
<style>
a { background-color: #2EBEDB; }
a { background-color: rgb(46,190,219); }
div.DivClassName
{
background-color: #2EBEDB;
}
.BgClassName
{
background-color: #2EBEDB;
}
</style>
border-color css
<style>
span { border-color: #2EBEDB; }
span { border-color: rgb(46,190,219); }
td.TdClassName
{
border-color: #2EBEDB;
}
.TagClassName
{
border-color: #2EBEDB;
}
</style>