Shades of Pelorous #2EAFC1
Tints of Pelorous #2EAFC1
RGB
CMYK
RGB Variations
Color information
#2EAFC1 (or 0x2EAFC1) is known color: Pelorous. HEX triplet: 2E, AF and C1. RGB value is (46,175,193). Sum of RGB (Red+Green+Blue) = 46+175+193=414 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.11% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 193 (75.78% from 255 or 46.62% from 414); Max value from RGB is 193 - color contains mainly: blue. Hex color #2EAFC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAFC1 is #D1503E. Grayscale: #8A8A8A. Windows color (decimal): -13717567 or 12693294. OLE color: 12693294.
HSL color Cylindrical-coordinate representation of color #2EAFC1: hue angle of 187.35º 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 #2EAFC1 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 175 | 193 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.24 |
| HSL | 187.35º | 0.62% | 0.47% | - |
| HSV(B) | 187.35º | 0.76% | 0.76% | - |
| XYZ | 26.08 | 35.09 | 55.85 | - |
| YUV | 138.48 | 158.76 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 175 | 193 | 0.76 | 0.09 | 0 | 0.24 | 187.35 | 0.62 | 0.47 |
| Hex | 2E | AF | C1 | 4C | 9 | 0 | 18 | BB | 3E | 2F |
| Octal | 56 | 257 | 301 | 114 | 11 | 0 | 30 | 273 | 76 | 57 |
| Binary | 101110 | 10101111 | 11000001 | 1001100 | 1001 | 0 | 11000 | 10111011 | 111110 | 101111 |
Color Harmonies of #2EAFC1
Complementary color
Monochromatic Colors of #2EAFC1
Black with #2EAFC1
Text Example
Text Example
White with #2EAFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAFC1; }
p { color: rgb(46,175,193); }
H1.HeaderClassName
{
color: #2EAFC1;
}
.AnyTagClassName
{
color: #2EAFC1;
}
</style>
background-color css
<style>
a { background-color: #2EAFC1; }
a { background-color: rgb(46,175,193); }
div.DivClassName
{
background-color: #2EAFC1;
}
.BgClassName
{
background-color: #2EAFC1;
}
</style>
border-color css
<style>
span { border-color: #2EAFC1; }
span { border-color: rgb(46,175,193); }
td.TdClassName
{
border-color: #2EAFC1;
}
.TagClassName
{
border-color: #2EAFC1;
}
</style>