Shades of Summer Sky #2EABCC
Tints of Summer Sky #2EABCC
RGB
CMYK
RGB Variations
Color information
#2EABCC (or 0x2EABCC) is known color: Summer Sky. HEX triplet: 2E, AB and CC. RGB value is (46,171,204). Sum of RGB (Red+Green+Blue) = 46+171+204=421 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.93% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #2EABCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EABCC is #D15433. Grayscale: #898989. Windows color (decimal): -13718580 or 13413166. OLE color: 13413166.
HSL color Cylindrical-coordinate representation of color #2EABCC: hue angle of 192.53º 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 #2EABCC is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 171 | 204 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.2 |
| HSL | 192.53º | 0.63% | 0.49% | - |
| HSV(B) | 192.53º | 0.77% | 0.8% | - |
| XYZ | 26.59 | 34.07 | 62.3 | - |
| YUV | 137.39 | 165.59 | 62.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 171 | 204 | 0.77 | 0.16 | 0 | 0.2 | 192.53 | 0.63 | 0.49 |
| Hex | 2E | AB | CC | 4D | 10 | 0 | 14 | C1 | 3F | 31 |
| Octal | 56 | 253 | 314 | 115 | 20 | 0 | 24 | 301 | 77 | 61 |
| Binary | 101110 | 10101011 | 11001100 | 1001101 | 10000 | 0 | 10100 | 11000001 | 111111 | 110001 |
Color Harmonies of #2EABCC
Complementary color
Monochromatic Colors of #2EABCC
Black with #2EABCC
Text Example
Text Example
White with #2EABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EABCC; }
p { color: rgb(46,171,204); }
H1.HeaderClassName
{
color: #2EABCC;
}
.AnyTagClassName
{
color: #2EABCC;
}
</style>
background-color css
<style>
a { background-color: #2EABCC; }
a { background-color: rgb(46,171,204); }
div.DivClassName
{
background-color: #2EABCC;
}
.BgClassName
{
background-color: #2EABCC;
}
</style>
border-color css
<style>
span { border-color: #2EABCC; }
span { border-color: rgb(46,171,204); }
td.TdClassName
{
border-color: #2EABCC;
}
.TagClassName
{
border-color: #2EABCC;
}
</style>