Shades of Summer Sky #2EA7DB
Tints of Summer Sky #2EA7DB
RGB
CMYK
RGB Variations
Color information
#2EA7DB (or 0x2EA7DB) is known color: Summer Sky. HEX triplet: 2E, A7 and DB. RGB value is (46,167,219). Sum of RGB (Red+Green+Blue) = 46+167+219=432 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.65% from 432); Green value is 167 (65.62% from 255 or 38.66% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #2EA7DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA7DB is #D15824. Grayscale: #888888. Windows color (decimal): -13719589 or 14395182. OLE color: 14395182.
HSL color Cylindrical-coordinate representation of color #2EA7DB: hue angle of 198.03º 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 #2EA7DB is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 167 | 219 | - |
| CMYK | 0.79 | 0.24 | 0 | 0.14 |
| HSL | 198.03º | 0.71% | 0.52% | - |
| HSV(B) | 198.03º | 0.79% | 0.86% | - |
| XYZ | 27.73 | 33.33 | 71.99 | - |
| YUV | 136.75 | 174.41 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 167 | 219 | 0.79 | 0.24 | 0 | 0.14 | 198.03 | 0.71 | 0.52 |
| Hex | 2E | A7 | DB | 4F | 18 | 0 | E | C6 | 47 | 34 |
| Octal | 56 | 247 | 333 | 117 | 30 | 0 | 16 | 306 | 107 | 64 |
| Binary | 101110 | 10100111 | 11011011 | 1001111 | 11000 | 0 | 1110 | 11000110 | 1000111 | 110100 |
Color Harmonies of #2EA7DB
Complementary color
Monochromatic Colors of #2EA7DB
Black with #2EA7DB
Text Example
Text Example
White with #2EA7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA7DB; }
p { color: rgb(46,167,219); }
H1.HeaderClassName
{
color: #2EA7DB;
}
.AnyTagClassName
{
color: #2EA7DB;
}
</style>
background-color css
<style>
a { background-color: #2EA7DB; }
a { background-color: rgb(46,167,219); }
div.DivClassName
{
background-color: #2EA7DB;
}
.BgClassName
{
background-color: #2EA7DB;
}
</style>
border-color css
<style>
span { border-color: #2EA7DB; }
span { border-color: rgb(46,167,219); }
td.TdClassName
{
border-color: #2EA7DB;
}
.TagClassName
{
border-color: #2EA7DB;
}
</style>