Shades of Summer Sky #2EB6DB
Tints of Summer Sky #2EB6DB
RGB
CMYK
RGB Variations
Color information
#2EB6DB (or 0x2EB6DB) is known color: Summer Sky. HEX triplet: 2E, B6 and DB. RGB value is (46,182,219). Sum of RGB (Red+Green+Blue) = 46+182+219=447 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.29% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #2EB6DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EB6DB is #D14924. Grayscale: #919191. Windows color (decimal): -13715749 or 14399022. OLE color: 14399022.
HSL color Cylindrical-coordinate representation of color #2EB6DB: hue angle of 192.83º 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 #2EB6DB is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 182 | 219 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.14 |
| HSL | 192.83º | 0.71% | 0.52% | - |
| HSV(B) | 192.83º | 0.79% | 0.86% | - |
| XYZ | 30.64 | 39.15 | 72.96 | - |
| YUV | 145.55 | 169.44 | 56.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 182 | 219 | 0.79 | 0.17 | 0 | 0.14 | 192.83 | 0.71 | 0.52 |
| Hex | 2E | B6 | DB | 4F | 11 | 0 | E | C1 | 47 | 34 |
| Octal | 56 | 266 | 333 | 117 | 21 | 0 | 16 | 301 | 107 | 64 |
| Binary | 101110 | 10110110 | 11011011 | 1001111 | 10001 | 0 | 1110 | 11000001 | 1000111 | 110100 |
Color Harmonies of #2EB6DB
Complementary color
Monochromatic Colors of #2EB6DB
Black with #2EB6DB
Text Example
Text Example
White with #2EB6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB6DB; }
p { color: rgb(46,182,219); }
H1.HeaderClassName
{
color: #2EB6DB;
}
.AnyTagClassName
{
color: #2EB6DB;
}
</style>
background-color css
<style>
a { background-color: #2EB6DB; }
a { background-color: rgb(46,182,219); }
div.DivClassName
{
background-color: #2EB6DB;
}
.BgClassName
{
background-color: #2EB6DB;
}
</style>
border-color css
<style>
span { border-color: #2EB6DB; }
span { border-color: rgb(46,182,219); }
td.TdClassName
{
border-color: #2EB6DB;
}
.TagClassName
{
border-color: #2EB6DB;
}
</style>