Shades of Summer Sky #2EA8CB
Tints of Summer Sky #2EA8CB
RGB
CMYK
RGB Variations
Color information
#2EA8CB (or 0x2EA8CB) is known color: Summer Sky. HEX triplet: 2E, A8 and CB. RGB value is (46,168,203). Sum of RGB (Red+Green+Blue) = 46+168+203=417 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.03% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #2EA8CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA8CB is #D15734. Grayscale: #878787. Windows color (decimal): -13719349 or 13346862. OLE color: 13346862.
HSL color Cylindrical-coordinate representation of color #2EA8CB: hue angle of 193.38º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EA8CB is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 168 | 203 | - |
| CMYK | 0.77 | 0.17 | 0 | 0.20 |
| HSL | 193.38º | 0.63% | 0.49% | - |
| HSV(B) | 193.38º | 0.77% | 0.8% | - |
| XYZ | 25.91 | 32.9 | 61.48 | - |
| YUV | 135.51 | 166.08 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 168 | 203 | 0.77 | 0.17 | 0 | 0.20 | 193.38 | 0.63 | 0.49 |
| Hex | 2E | A8 | CB | 4D | 11 | 0 | 14 | C1 | 3F | 31 |
| Octal | 56 | 250 | 313 | 115 | 21 | 0 | 24 | 301 | 77 | 61 |
| Binary | 101110 | 10101000 | 11001011 | 1001101 | 10001 | 0 | 10100 | 11000001 | 111111 | 110001 |
Color Harmonies of #2EA8CB
Complementary color
Monochromatic Colors of #2EA8CB
Black with #2EA8CB
Text Example
Text Example
White with #2EA8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA8CB; }
p { color: rgb(46,168,203); }
H1.HeaderClassName
{
color: #2EA8CB;
}
.AnyTagClassName
{
color: #2EA8CB;
}
</style>
background-color css
<style>
a { background-color: #2EA8CB; }
a { background-color: rgb(46,168,203); }
div.DivClassName
{
background-color: #2EA8CB;
}
.BgClassName
{
background-color: #2EA8CB;
}
</style>
border-color css
<style>
span { border-color: #2EA8CB; }
span { border-color: rgb(46,168,203); }
td.TdClassName
{
border-color: #2EA8CB;
}
.TagClassName
{
border-color: #2EA8CB;
}
</style>