Shades of Pelorous #2E9AC9
Tints of Pelorous #2E9AC9
RGB
CMYK
RGB Variations
Color information
#2E9AC9 (or 0x2E9AC9) is known color: Pelorous. HEX triplet: 2E, 9A and C9. RGB value is (46,154,201). Sum of RGB (Red+Green+Blue) = 46+154+201=401 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.47% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 201 (78.91% from 255 or 50.12% from 401); Max value from RGB is 201 - color contains mainly: blue. Hex color #2E9AC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9AC9 is #D16536. Grayscale: #7E7E7E. Windows color (decimal): -13722935 or 13212206. OLE color: 13212206.
HSL color Cylindrical-coordinate representation of color #2E9AC9: hue angle of 198.19º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E9AC9 is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 154 | 201 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.21 |
| HSL | 198.19º | 0.63% | 0.48% | - |
| HSV(B) | 198.19º | 0.77% | 0.79% | - |
| XYZ | 23.22 | 27.91 | 59.42 | - |
| YUV | 127.07 | 169.72 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 154 | 201 | 0.77 | 0.23 | 0 | 0.21 | 198.19 | 0.63 | 0.48 |
| Hex | 2E | 9A | C9 | 4D | 17 | 0 | 15 | C6 | 3F | 30 |
| Octal | 56 | 232 | 311 | 115 | 27 | 0 | 25 | 306 | 77 | 60 |
| Binary | 101110 | 10011010 | 11001001 | 1001101 | 10111 | 0 | 10101 | 11000110 | 111111 | 110000 |
Color Harmonies of #2E9AC9
Complementary color
Monochromatic Colors of #2E9AC9
Black with #2E9AC9
Text Example
Text Example
White with #2E9AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9AC9; }
p { color: rgb(46,154,201); }
H1.HeaderClassName
{
color: #2E9AC9;
}
.AnyTagClassName
{
color: #2E9AC9;
}
</style>
background-color css
<style>
a { background-color: #2E9AC9; }
a { background-color: rgb(46,154,201); }
div.DivClassName
{
background-color: #2E9AC9;
}
.BgClassName
{
background-color: #2E9AC9;
}
</style>
border-color css
<style>
span { border-color: #2E9AC9; }
span { border-color: rgb(46,154,201); }
td.TdClassName
{
border-color: #2E9AC9;
}
.TagClassName
{
border-color: #2E9AC9;
}
</style>