Shades of Summer Sky #2EB8DD
Tints of Summer Sky #2EB8DD
RGB
CMYK
RGB Variations
Color information
#2EB8DD (or 0x2EB8DD) is known color: Summer Sky. HEX triplet: 2E, B8 and DD. RGB value is (46,184,221). Sum of RGB (Red+Green+Blue) = 46+184+221=451 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.20% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #2EB8DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EB8DD is #D14722. Grayscale: #929292. Windows color (decimal): -13715235 or 14530606. OLE color: 14530606.
HSL color Cylindrical-coordinate representation of color #2EB8DD: hue angle of 192.69º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EB8DD is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 184 | 221 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.13 |
| HSL | 192.69º | 0.72% | 0.52% | - |
| HSV(B) | 192.69º | 0.79% | 0.87% | - |
| XYZ | 31.32 | 40.08 | 74.49 | - |
| YUV | 146.96 | 169.78 | 55.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 184 | 221 | 0.79 | 0.17 | 0 | 0.13 | 192.69 | 0.72 | 0.52 |
| Hex | 2E | B8 | DD | 4F | 11 | 0 | D | C1 | 48 | 34 |
| Octal | 56 | 270 | 335 | 117 | 21 | 0 | 15 | 301 | 110 | 64 |
| Binary | 101110 | 10111000 | 11011101 | 1001111 | 10001 | 0 | 1101 | 11000001 | 1001000 | 110100 |
Color Harmonies of #2EB8DD
Complementary color
Monochromatic Colors of #2EB8DD
Black with #2EB8DD
Text Example
Text Example
White with #2EB8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB8DD; }
p { color: rgb(46,184,221); }
H1.HeaderClassName
{
color: #2EB8DD;
}
.AnyTagClassName
{
color: #2EB8DD;
}
</style>
background-color css
<style>
a { background-color: #2EB8DD; }
a { background-color: rgb(46,184,221); }
div.DivClassName
{
background-color: #2EB8DD;
}
.BgClassName
{
background-color: #2EB8DD;
}
</style>
border-color css
<style>
span { border-color: #2EB8DD; }
span { border-color: rgb(46,184,221); }
td.TdClassName
{
border-color: #2EB8DD;
}
.TagClassName
{
border-color: #2EB8DD;
}
</style>