Shades of Pelorous #2EABC3
Tints of Pelorous #2EABC3
RGB
CMYK
RGB Variations
Color information
#2EABC3 (or 0x2EABC3) is known color: Pelorous. HEX triplet: 2E, AB and C3. RGB value is (46,171,195). Sum of RGB (Red+Green+Blue) = 46+171+195=412 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.17% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 195 (76.56% from 255 or 47.33% from 412); Max value from RGB is 195 - color contains mainly: blue. Hex color #2EABC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EABC3 is #D1543C. Grayscale: #888888. Windows color (decimal): -13718589 or 12823342. OLE color: 12823342.
HSL color Cylindrical-coordinate representation of color #2EABC3: hue angle of 189.66º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EABC3 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 171 | 195 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.24 |
| HSL | 189.66º | 0.62% | 0.47% | - |
| HSV(B) | 189.66º | 0.76% | 0.76% | - |
| XYZ | 25.54 | 33.65 | 56.78 | - |
| YUV | 136.36 | 161.09 | 63.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 171 | 195 | 0.76 | 0.12 | 0 | 0.24 | 189.66 | 0.62 | 0.47 |
| Hex | 2E | AB | C3 | 4C | C | 0 | 18 | BE | 3E | 2F |
| Octal | 56 | 253 | 303 | 114 | 14 | 0 | 30 | 276 | 76 | 57 |
| Binary | 101110 | 10101011 | 11000011 | 1001100 | 1100 | 0 | 11000 | 10111110 | 111110 | 101111 |
Color Harmonies of #2EABC3
Complementary color
Monochromatic Colors of #2EABC3
Black with #2EABC3
Text Example
Text Example
White with #2EABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EABC3; }
p { color: rgb(46,171,195); }
H1.HeaderClassName
{
color: #2EABC3;
}
.AnyTagClassName
{
color: #2EABC3;
}
</style>
background-color css
<style>
a { background-color: #2EABC3; }
a { background-color: rgb(46,171,195); }
div.DivClassName
{
background-color: #2EABC3;
}
.BgClassName
{
background-color: #2EABC3;
}
</style>
border-color css
<style>
span { border-color: #2EABC3; }
span { border-color: rgb(46,171,195); }
td.TdClassName
{
border-color: #2EABC3;
}
.TagClassName
{
border-color: #2EABC3;
}
</style>