Shades of Summer Sky #2EABCB
Tints of Summer Sky #2EABCB
RGB
CMYK
RGB Variations
Color information
#2EABCB (or 0x2EABCB) is known color: Summer Sky. HEX triplet: 2E, AB and CB. RGB value is (46,171,203). Sum of RGB (Red+Green+Blue) = 46+171+203=420 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.95% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #2EABCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EABCB is #D15434. Grayscale: #898989. Windows color (decimal): -13718581 or 13347630. OLE color: 13347630.
HSL color Cylindrical-coordinate representation of color #2EABCB: hue angle of 192.23º 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 #2EABCB is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 171 | 203 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.20 |
| HSL | 192.23º | 0.63% | 0.49% | - |
| HSV(B) | 192.23º | 0.77% | 0.8% | - |
| XYZ | 26.47 | 34.02 | 61.67 | - |
| YUV | 137.27 | 165.09 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 171 | 203 | 0.77 | 0.16 | 0 | 0.20 | 192.23 | 0.63 | 0.49 |
| Hex | 2E | AB | CB | 4D | 10 | 0 | 14 | C0 | 3F | 31 |
| Octal | 56 | 253 | 313 | 115 | 20 | 0 | 24 | 300 | 77 | 61 |
| Binary | 101110 | 10101011 | 11001011 | 1001101 | 10000 | 0 | 10100 | 11000000 | 111111 | 110001 |
Color Harmonies of #2EABCB
Complementary color
Monochromatic Colors of #2EABCB
Black with #2EABCB
Text Example
Text Example
White with #2EABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EABCB; }
p { color: rgb(46,171,203); }
H1.HeaderClassName
{
color: #2EABCB;
}
.AnyTagClassName
{
color: #2EABCB;
}
</style>
background-color css
<style>
a { background-color: #2EABCB; }
a { background-color: rgb(46,171,203); }
div.DivClassName
{
background-color: #2EABCB;
}
.BgClassName
{
background-color: #2EABCB;
}
</style>
border-color css
<style>
span { border-color: #2EABCB; }
span { border-color: rgb(46,171,203); }
td.TdClassName
{
border-color: #2EABCB;
}
.TagClassName
{
border-color: #2EABCB;
}
</style>