Shades of Summer Sky #2EBCDB
Tints of Summer Sky #2EBCDB
RGB
CMYK
RGB Variations
Color information
#2EBCDB (or 0x2EBCDB) is known color: Summer Sky. HEX triplet: 2E, BC and DB. RGB value is (46,188,219). Sum of RGB (Red+Green+Blue) = 46+188+219=453 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.15% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #2EBCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBCDB is #D14324. Grayscale: #949494. Windows color (decimal): -13714213 or 14400558. OLE color: 14400558.
HSL color Cylindrical-coordinate representation of color #2EBCDB: hue angle of 190.75º 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 #2EBCDB is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 188 | 219 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.14 |
| HSL | 190.75º | 0.71% | 0.52% | - |
| HSV(B) | 190.75º | 0.79% | 0.86% | - |
| XYZ | 31.9 | 41.66 | 73.38 | - |
| YUV | 149.08 | 167.46 | 54.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 188 | 219 | 0.79 | 0.14 | 0 | 0.14 | 190.75 | 0.71 | 0.52 |
| Hex | 2E | BC | DB | 4F | E | 0 | E | BF | 47 | 34 |
| Octal | 56 | 274 | 333 | 117 | 16 | 0 | 16 | 277 | 107 | 64 |
| Binary | 101110 | 10111100 | 11011011 | 1001111 | 1110 | 0 | 1110 | 10111111 | 1000111 | 110100 |
Color Harmonies of #2EBCDB
Complementary color
Monochromatic Colors of #2EBCDB
Black with #2EBCDB
Text Example
Text Example
White with #2EBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBCDB; }
p { color: rgb(46,188,219); }
H1.HeaderClassName
{
color: #2EBCDB;
}
.AnyTagClassName
{
color: #2EBCDB;
}
</style>
background-color css
<style>
a { background-color: #2EBCDB; }
a { background-color: rgb(46,188,219); }
div.DivClassName
{
background-color: #2EBCDB;
}
.BgClassName
{
background-color: #2EBCDB;
}
</style>
border-color css
<style>
span { border-color: #2EBCDB; }
span { border-color: rgb(46,188,219); }
td.TdClassName
{
border-color: #2EBCDB;
}
.TagClassName
{
border-color: #2EBCDB;
}
</style>