Shades of Summer Sky #2EAACB
Tints of Summer Sky #2EAACB
RGB
CMYK
RGB Variations
Color information
#2EAACB (or 0x2EAACB) is known color: Summer Sky. HEX triplet: 2E, AA and CB. RGB value is (46,170,203). Sum of RGB (Red+Green+Blue) = 46+170+203=419 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.98% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #2EAACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAACB is #D15534. Grayscale: #888888. Windows color (decimal): -13718837 or 13347374. OLE color: 13347374.
HSL color Cylindrical-coordinate representation of color #2EAACB: hue angle of 192.61º 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 #2EAACB is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 170 | 203 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.20 |
| HSL | 192.61º | 0.63% | 0.49% | - |
| HSV(B) | 192.61º | 0.77% | 0.8% | - |
| XYZ | 26.28 | 33.64 | 61.61 | - |
| YUV | 136.69 | 165.42 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 203 | 0.77 | 0.16 | 0 | 0.20 | 192.61 | 0.63 | 0.49 |
| Hex | 2E | AA | CB | 4D | 10 | 0 | 14 | C1 | 3F | 31 |
| Octal | 56 | 252 | 313 | 115 | 20 | 0 | 24 | 301 | 77 | 61 |
| Binary | 101110 | 10101010 | 11001011 | 1001101 | 10000 | 0 | 10100 | 11000001 | 111111 | 110001 |
Color Harmonies of #2EAACB
Complementary color
Monochromatic Colors of #2EAACB
Black with #2EAACB
Text Example
Text Example
White with #2EAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAACB; }
p { color: rgb(46,170,203); }
H1.HeaderClassName
{
color: #2EAACB;
}
.AnyTagClassName
{
color: #2EAACB;
}
</style>
background-color css
<style>
a { background-color: #2EAACB; }
a { background-color: rgb(46,170,203); }
div.DivClassName
{
background-color: #2EAACB;
}
.BgClassName
{
background-color: #2EAACB;
}
</style>
border-color css
<style>
span { border-color: #2EAACB; }
span { border-color: rgb(46,170,203); }
td.TdClassName
{
border-color: #2EAACB;
}
.TagClassName
{
border-color: #2EAACB;
}
</style>