Shades of Summer Sky #2EB2CA
Tints of Summer Sky #2EB2CA
RGB
CMYK
RGB Variations
Color information
#2EB2CA (or 0x2EB2CA) is known color: Summer Sky. HEX triplet: 2E, B2 and CA. RGB value is (46,178,202). Sum of RGB (Red+Green+Blue) = 46+178+202=426 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.80% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #2EB2CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EB2CA is #D14D35. Grayscale: #8D8D8D. Windows color (decimal): -13716790 or 13283886. OLE color: 13283886.
HSL color Cylindrical-coordinate representation of color #2EB2CA: hue angle of 189.23º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EB2CA is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 178 | 202 | - |
| CMYK | 0.77 | 0.12 | 0 | 0.21 |
| HSL | 189.23º | 0.63% | 0.49% | - |
| HSV(B) | 189.23º | 0.77% | 0.79% | - |
| XYZ | 27.71 | 36.69 | 61.5 | - |
| YUV | 141.27 | 162.27 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 178 | 202 | 0.77 | 0.12 | 0 | 0.21 | 189.23 | 0.63 | 0.49 |
| Hex | 2E | B2 | CA | 4D | C | 0 | 15 | BD | 3F | 31 |
| Octal | 56 | 262 | 312 | 115 | 14 | 0 | 25 | 275 | 77 | 61 |
| Binary | 101110 | 10110010 | 11001010 | 1001101 | 1100 | 0 | 10101 | 10111101 | 111111 | 110001 |
Color Harmonies of #2EB2CA
Complementary color
Monochromatic Colors of #2EB2CA
Black with #2EB2CA
Text Example
Text Example
White with #2EB2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB2CA; }
p { color: rgb(46,178,202); }
H1.HeaderClassName
{
color: #2EB2CA;
}
.AnyTagClassName
{
color: #2EB2CA;
}
</style>
background-color css
<style>
a { background-color: #2EB2CA; }
a { background-color: rgb(46,178,202); }
div.DivClassName
{
background-color: #2EB2CA;
}
.BgClassName
{
background-color: #2EB2CA;
}
</style>
border-color css
<style>
span { border-color: #2EB2CA; }
span { border-color: rgb(46,178,202); }
td.TdClassName
{
border-color: #2EB2CA;
}
.TagClassName
{
border-color: #2EB2CA;
}
</style>