Shades of Pelorous #2EABBD
Tints of Pelorous #2EABBD
RGB
CMYK
RGB Variations
Color information
#2EABBD (or 0x2EABBD) is known color: Pelorous. HEX triplet: 2E, AB and BD. RGB value is (46,171,189). Sum of RGB (Red+Green+Blue) = 46+171+189=406 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.33% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #2EABBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EABBD is #D15442. Grayscale: #878787. Windows color (decimal): -13718595 or 12430126. OLE color: 12430126.
HSL color Cylindrical-coordinate representation of color #2EABBD: hue angle of 187.55º 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 #2EABBD is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 171 | 189 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.26 |
| HSL | 187.55º | 0.61% | 0.46% | - |
| HSV(B) | 187.55º | 0.76% | 0.74% | - |
| XYZ | 24.87 | 33.38 | 53.28 | - |
| YUV | 135.68 | 158.09 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 171 | 189 | 0.76 | 0.10 | 0 | 0.26 | 187.55 | 0.61 | 0.46 |
| Hex | 2E | AB | BD | 4C | A | 0 | 1A | BC | 3D | 2E |
| Octal | 56 | 253 | 275 | 114 | 12 | 0 | 32 | 274 | 75 | 56 |
| Binary | 101110 | 10101011 | 10111101 | 1001100 | 1010 | 0 | 11010 | 10111100 | 111101 | 101110 |
Color Harmonies of #2EABBD
Complementary color
Monochromatic Colors of #2EABBD
Black with #2EABBD
Text Example
Text Example
White with #2EABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EABBD; }
p { color: rgb(46,171,189); }
H1.HeaderClassName
{
color: #2EABBD;
}
.AnyTagClassName
{
color: #2EABBD;
}
</style>
background-color css
<style>
a { background-color: #2EABBD; }
a { background-color: rgb(46,171,189); }
div.DivClassName
{
background-color: #2EABBD;
}
.BgClassName
{
background-color: #2EABBD;
}
</style>
border-color css
<style>
span { border-color: #2EABBD; }
span { border-color: rgb(46,171,189); }
td.TdClassName
{
border-color: #2EABBD;
}
.TagClassName
{
border-color: #2EABBD;
}
</style>