Shades of Summer Sky #2EBACC
Tints of Summer Sky #2EBACC
RGB
CMYK
RGB Variations
Color information
#2EBACC (or 0x2EBACC) is known color: Summer Sky. HEX triplet: 2E, BA and CC. RGB value is (46,186,204). Sum of RGB (Red+Green+Blue) = 46+186+204=436 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.55% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #2EBACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBACC is #D14533. Grayscale: #919191. Windows color (decimal): -13714740 or 13417006. OLE color: 13417006.
HSL color Cylindrical-coordinate representation of color #2EBACC: hue angle of 186.84º 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 #2EBACC is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 186 | 204 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.2 |
| HSL | 186.84º | 0.63% | 0.49% | - |
| HSV(B) | 186.84º | 0.77% | 0.8% | - |
| XYZ | 29.58 | 40.06 | 63.3 | - |
| YUV | 146.19 | 160.62 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 204 | 0.77 | 0.09 | 0 | 0.2 | 186.84 | 0.63 | 0.49 |
| Hex | 2E | BA | CC | 4D | 9 | 0 | 14 | BB | 3F | 31 |
| Octal | 56 | 272 | 314 | 115 | 11 | 0 | 24 | 273 | 77 | 61 |
| Binary | 101110 | 10111010 | 11001100 | 1001101 | 1001 | 0 | 10100 | 10111011 | 111111 | 110001 |
Color Harmonies of #2EBACC
Complementary color
Monochromatic Colors of #2EBACC
Black with #2EBACC
Text Example
Text Example
White with #2EBACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBACC; }
p { color: rgb(46,186,204); }
H1.HeaderClassName
{
color: #2EBACC;
}
.AnyTagClassName
{
color: #2EBACC;
}
</style>
background-color css
<style>
a { background-color: #2EBACC; }
a { background-color: rgb(46,186,204); }
div.DivClassName
{
background-color: #2EBACC;
}
.BgClassName
{
background-color: #2EBACC;
}
</style>
border-color css
<style>
span { border-color: #2EBACC; }
span { border-color: rgb(46,186,204); }
td.TdClassName
{
border-color: #2EBACC;
}
.TagClassName
{
border-color: #2EBACC;
}
</style>