Shades of Summer Sky #2EB7DC
Tints of Summer Sky #2EB7DC
RGB
CMYK
RGB Variations
Color information
#2EB7DC (or 0x2EB7DC) is known color: Summer Sky. HEX triplet: 2E, B7 and DC. RGB value is (46,183,220). Sum of RGB (Red+Green+Blue) = 46+183+220=449 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.24% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #2EB7DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EB7DC is #D14823. Grayscale: #919191. Windows color (decimal): -13715492 or 14464814. OLE color: 14464814.
HSL color Cylindrical-coordinate representation of color #2EB7DC: hue angle of 192.76º 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 #2EB7DC is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 183 | 220 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.14 |
| HSL | 192.76º | 0.71% | 0.52% | - |
| HSV(B) | 192.76º | 0.79% | 0.86% | - |
| XYZ | 30.98 | 39.62 | 73.72 | - |
| YUV | 146.26 | 169.61 | 56.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 183 | 220 | 0.79 | 0.17 | 0 | 0.14 | 192.76 | 0.71 | 0.52 |
| Hex | 2E | B7 | DC | 4F | 11 | 0 | E | C1 | 47 | 34 |
| Octal | 56 | 267 | 334 | 117 | 21 | 0 | 16 | 301 | 107 | 64 |
| Binary | 101110 | 10110111 | 11011100 | 1001111 | 10001 | 0 | 1110 | 11000001 | 1000111 | 110100 |
Color Harmonies of #2EB7DC
Complementary color
Monochromatic Colors of #2EB7DC
Black with #2EB7DC
Text Example
Text Example
White with #2EB7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB7DC; }
p { color: rgb(46,183,220); }
H1.HeaderClassName
{
color: #2EB7DC;
}
.AnyTagClassName
{
color: #2EB7DC;
}
</style>
background-color css
<style>
a { background-color: #2EB7DC; }
a { background-color: rgb(46,183,220); }
div.DivClassName
{
background-color: #2EB7DC;
}
.BgClassName
{
background-color: #2EB7DC;
}
</style>
border-color css
<style>
span { border-color: #2EB7DC; }
span { border-color: rgb(46,183,220); }
td.TdClassName
{
border-color: #2EB7DC;
}
.TagClassName
{
border-color: #2EB7DC;
}
</style>