Shades of Summer Sky #2EA8DD
Tints of Summer Sky #2EA8DD
RGB
CMYK
RGB Variations
Color information
#2EA8DD (or 0x2EA8DD) is known color: Summer Sky. HEX triplet: 2E, A8 and DD. RGB value is (46,168,221). Sum of RGB (Red+Green+Blue) = 46+168+221=435 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.57% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #2EA8DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA8DD is #D15722. Grayscale: #898989. Windows color (decimal): -13719331 or 14526510. OLE color: 14526510.
HSL color Cylindrical-coordinate representation of color #2EA8DD: hue angle of 198.17º 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 #2EA8DD is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 168 | 221 | - |
| CMYK | 0.79 | 0.24 | 0 | 0.13 |
| HSL | 198.17º | 0.72% | 0.52% | - |
| HSV(B) | 198.17º | 0.79% | 0.87% | - |
| XYZ | 28.18 | 33.81 | 73.45 | - |
| YUV | 137.56 | 175.08 | 62.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 168 | 221 | 0.79 | 0.24 | 0 | 0.13 | 198.17 | 0.72 | 0.52 |
| Hex | 2E | A8 | DD | 4F | 18 | 0 | D | C6 | 48 | 34 |
| Octal | 56 | 250 | 335 | 117 | 30 | 0 | 15 | 306 | 110 | 64 |
| Binary | 101110 | 10101000 | 11011101 | 1001111 | 11000 | 0 | 1101 | 11000110 | 1001000 | 110100 |
Color Harmonies of #2EA8DD
Complementary color
Monochromatic Colors of #2EA8DD
Black with #2EA8DD
Text Example
Text Example
White with #2EA8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA8DD; }
p { color: rgb(46,168,221); }
H1.HeaderClassName
{
color: #2EA8DD;
}
.AnyTagClassName
{
color: #2EA8DD;
}
</style>
background-color css
<style>
a { background-color: #2EA8DD; }
a { background-color: rgb(46,168,221); }
div.DivClassName
{
background-color: #2EA8DD;
}
.BgClassName
{
background-color: #2EA8DD;
}
</style>
border-color css
<style>
span { border-color: #2EA8DD; }
span { border-color: rgb(46,168,221); }
td.TdClassName
{
border-color: #2EA8DD;
}
.TagClassName
{
border-color: #2EA8DD;
}
</style>