Shades of Summer Sky #2EB5DB
Tints of Summer Sky #2EB5DB
RGB
CMYK
RGB Variations
Color information
#2EB5DB (or 0x2EB5DB) is known color: Summer Sky. HEX triplet: 2E, B5 and DB. RGB value is (46,181,219). Sum of RGB (Red+Green+Blue) = 46+181+219=446 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.31% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #2EB5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EB5DB is #D14A24. Grayscale: #909090. Windows color (decimal): -13716005 or 14398766. OLE color: 14398766.
HSL color Cylindrical-coordinate representation of color #2EB5DB: hue angle of 193.18º 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 #2EB5DB is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 181 | 219 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.14 |
| HSL | 193.18º | 0.71% | 0.52% | - |
| HSV(B) | 193.18º | 0.79% | 0.86% | - |
| XYZ | 30.44 | 38.74 | 72.89 | - |
| YUV | 144.97 | 169.77 | 57.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 181 | 219 | 0.79 | 0.17 | 0 | 0.14 | 193.18 | 0.71 | 0.52 |
| Hex | 2E | B5 | DB | 4F | 11 | 0 | E | C1 | 47 | 34 |
| Octal | 56 | 265 | 333 | 117 | 21 | 0 | 16 | 301 | 107 | 64 |
| Binary | 101110 | 10110101 | 11011011 | 1001111 | 10001 | 0 | 1110 | 11000001 | 1000111 | 110100 |
Color Harmonies of #2EB5DB
Complementary color
Monochromatic Colors of #2EB5DB
Black with #2EB5DB
Text Example
Text Example
White with #2EB5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB5DB; }
p { color: rgb(46,181,219); }
H1.HeaderClassName
{
color: #2EB5DB;
}
.AnyTagClassName
{
color: #2EB5DB;
}
</style>
background-color css
<style>
a { background-color: #2EB5DB; }
a { background-color: rgb(46,181,219); }
div.DivClassName
{
background-color: #2EB5DB;
}
.BgClassName
{
background-color: #2EB5DB;
}
</style>
border-color css
<style>
span { border-color: #2EB5DB; }
span { border-color: rgb(46,181,219); }
td.TdClassName
{
border-color: #2EB5DB;
}
.TagClassName
{
border-color: #2EB5DB;
}
</style>