Shades of Summer Sky #2EA0DF
Tints of Summer Sky #2EA0DF
RGB
CMYK
RGB Variations
Color information
#2EA0DF (or 0x2EA0DF) is known color: Summer Sky. HEX triplet: 2E, A0 and DF. RGB value is (46,160,223). Sum of RGB (Red+Green+Blue) = 46+160+223=429 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.72% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #2EA0DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA0DF is #D15F20. Grayscale: #848484. Windows color (decimal): -13721377 or 14655534. OLE color: 14655534.
HSL color Cylindrical-coordinate representation of color #2EA0DF: hue angle of 201.36º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EA0DF is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 160 | 223 | - |
| CMYK | 0.79 | 0.28 | 0 | 0.13 |
| HSL | 201.36º | 0.73% | 0.53% | - |
| HSV(B) | 201.36º | 0.79% | 0.87% | - |
| XYZ | 27.02 | 31.05 | 74.38 | - |
| YUV | 133.1 | 178.73 | 65.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 160 | 223 | 0.79 | 0.28 | 0 | 0.13 | 201.36 | 0.73 | 0.53 |
| Hex | 2E | A0 | DF | 4F | 1C | 0 | D | C9 | 49 | 35 |
| Octal | 56 | 240 | 337 | 117 | 34 | 0 | 15 | 311 | 111 | 65 |
| Binary | 101110 | 10100000 | 11011111 | 1001111 | 11100 | 0 | 1101 | 11001001 | 1001001 | 110101 |
Color Harmonies of #2EA0DF
Complementary color
Monochromatic Colors of #2EA0DF
Black with #2EA0DF
Text Example
Text Example
White with #2EA0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA0DF; }
p { color: rgb(46,160,223); }
H1.HeaderClassName
{
color: #2EA0DF;
}
.AnyTagClassName
{
color: #2EA0DF;
}
</style>
background-color css
<style>
a { background-color: #2EA0DF; }
a { background-color: rgb(46,160,223); }
div.DivClassName
{
background-color: #2EA0DF;
}
.BgClassName
{
background-color: #2EA0DF;
}
</style>
border-color css
<style>
span { border-color: #2EA0DF; }
span { border-color: rgb(46,160,223); }
td.TdClassName
{
border-color: #2EA0DF;
}
.TagClassName
{
border-color: #2EA0DF;
}
</style>