Shades of Summer Sky #2EBADB
Tints of Summer Sky #2EBADB
RGB
CMYK
RGB Variations
Color information
#2EBADB (or 0x2EBADB) is known color: Summer Sky. HEX triplet: 2E, BA and DB. RGB value is (46,186,219). Sum of RGB (Red+Green+Blue) = 46+186+219=451 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.20% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #2EBADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBADB is #D14524. Grayscale: #939393. Windows color (decimal): -13714725 or 14400046. OLE color: 14400046.
HSL color Cylindrical-coordinate representation of color #2EBADB: hue angle of 191.45º 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 #2EBADB is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 46 | 186 | 219 | - |
CMYK | 0.79 | 0.15 | 0 | 0.14 |
HSL | 191.45º | 0.71% | 0.52% | - |
HSV(B) | 191.45º | 0.79% | 0.86% | - |
XYZ | 31.47 | 40.81 | 73.24 | - |
YUV | 147.9 | 168.12 | 55.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 186 | 219 | 0.79 | 0.15 | 0 | 0.14 | 191.45 | 0.71 | 0.52 |
Hex | 2E | BA | DB | 4F | F | 0 | E | BF | 47 | 34 |
Octal | 56 | 272 | 333 | 117 | 17 | 0 | 16 | 277 | 107 | 64 |
Binary | 101110 | 10111010 | 11011011 | 1001111 | 1111 | 0 | 1110 | 10111111 | 1000111 | 110100 |
Color Harmonies of #2EBADB
Complementary color
Monochromatic Colors of #2EBADB
Black with #2EBADB
Text Example
Text Example
White with #2EBADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBADB; }
p { color: rgb(46,186,219); }
H1.HeaderClassName
{
color: #2EBADB;
}
.AnyTagClassName
{
color: #2EBADB;
}
</style>
background-color css
<style>
a { background-color: #2EBADB; }
a { background-color: rgb(46,186,219); }
div.DivClassName
{
background-color: #2EBADB;
}
.BgClassName
{
background-color: #2EBADB;
}
</style>
border-color css
<style>
span { border-color: #2EBADB; }
span { border-color: rgb(46,186,219); }
td.TdClassName
{
border-color: #2EBADB;
}
.TagClassName
{
border-color: #2EBADB;
}
</style>