Shades of Summer Sky #2EB7DB
Tints of Summer Sky #2EB7DB
RGB
CMYK
RGB Variations
Color information
#2EB7DB (or 0x2EB7DB) is known color: Summer Sky. HEX triplet: 2E, B7 and DB. RGB value is (46,183,219). Sum of RGB (Red+Green+Blue) = 46+183+219=448 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.27% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #2EB7DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EB7DB is #D14824. Grayscale: #919191. Windows color (decimal): -13715493 or 14399278. OLE color: 14399278.
HSL color Cylindrical-coordinate representation of color #2EB7DB: hue angle of 192.49º 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 #2EB7DB is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 183 | 219 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.14 |
| HSL | 192.49º | 0.71% | 0.52% | - |
| HSV(B) | 192.49º | 0.79% | 0.86% | - |
| XYZ | 30.85 | 39.56 | 73.03 | - |
| YUV | 146.14 | 169.11 | 56.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 183 | 219 | 0.79 | 0.16 | 0 | 0.14 | 192.49 | 0.71 | 0.52 |
| Hex | 2E | B7 | DB | 4F | 10 | 0 | E | C0 | 47 | 34 |
| Octal | 56 | 267 | 333 | 117 | 20 | 0 | 16 | 300 | 107 | 64 |
| Binary | 101110 | 10110111 | 11011011 | 1001111 | 10000 | 0 | 1110 | 11000000 | 1000111 | 110100 |
Color Harmonies of #2EB7DB
Complementary color
Monochromatic Colors of #2EB7DB
Black with #2EB7DB
Text Example
Text Example
White with #2EB7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB7DB; }
p { color: rgb(46,183,219); }
H1.HeaderClassName
{
color: #2EB7DB;
}
.AnyTagClassName
{
color: #2EB7DB;
}
</style>
background-color css
<style>
a { background-color: #2EB7DB; }
a { background-color: rgb(46,183,219); }
div.DivClassName
{
background-color: #2EB7DB;
}
.BgClassName
{
background-color: #2EB7DB;
}
</style>
border-color css
<style>
span { border-color: #2EB7DB; }
span { border-color: rgb(46,183,219); }
td.TdClassName
{
border-color: #2EB7DB;
}
.TagClassName
{
border-color: #2EB7DB;
}
</style>