Shades of Pelorous #2EABBC
Tints of Pelorous #2EABBC
RGB
CMYK
RGB Variations
Color information
#2EABBC (or 0x2EABBC) is known color: Pelorous. HEX triplet: 2E, AB and BC. RGB value is (46,171,188). Sum of RGB (Red+Green+Blue) = 46+171+188=405 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.36% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #2EABBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EABBC is #D15443. Grayscale: #878787. Windows color (decimal): -13718596 or 12364590. OLE color: 12364590.
HSL color Cylindrical-coordinate representation of color #2EABBC: hue angle of 187.18º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EABBC is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 171 | 188 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.26 |
| HSL | 187.18º | 0.61% | 0.46% | - |
| HSV(B) | 187.18º | 0.76% | 0.74% | - |
| XYZ | 24.77 | 33.34 | 52.71 | - |
| YUV | 135.56 | 157.59 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 171 | 188 | 0.76 | 0.09 | 0 | 0.26 | 187.18 | 0.61 | 0.46 |
| Hex | 2E | AB | BC | 4C | 9 | 0 | 1A | BB | 3D | 2E |
| Octal | 56 | 253 | 274 | 114 | 11 | 0 | 32 | 273 | 75 | 56 |
| Binary | 101110 | 10101011 | 10111100 | 1001100 | 1001 | 0 | 11010 | 10111011 | 111101 | 101110 |
Color Harmonies of #2EABBC
Complementary color
Monochromatic Colors of #2EABBC
Black with #2EABBC
Text Example
Text Example
White with #2EABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EABBC; }
p { color: rgb(46,171,188); }
H1.HeaderClassName
{
color: #2EABBC;
}
.AnyTagClassName
{
color: #2EABBC;
}
</style>
background-color css
<style>
a { background-color: #2EABBC; }
a { background-color: rgb(46,171,188); }
div.DivClassName
{
background-color: #2EABBC;
}
.BgClassName
{
background-color: #2EABBC;
}
</style>
border-color css
<style>
span { border-color: #2EABBC; }
span { border-color: rgb(46,171,188); }
td.TdClassName
{
border-color: #2EABBC;
}
.TagClassName
{
border-color: #2EABBC;
}
</style>