Shades of Pelorous #1EA9B9
Tints of Pelorous #1EA9B9
RGB
CMYK
RGB Variations
Color information
#1EA9B9 (or 0x1EA9B9) is known color: Pelorous. HEX triplet: 1E, A9 and B9. RGB value is (30,169,185). Sum of RGB (Red+Green+Blue) = 30+169+185=384 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.81% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 185 (72.66% from 255 or 48.18% from 384); Max value from RGB is 185 - color contains mainly: blue. Hex color #1EA9B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EA9B9 is #E15646. Grayscale: #818181. Windows color (decimal): -14767687 or 12167454. OLE color: 12167454.
HSL color Cylindrical-coordinate representation of color #1EA9B9: hue angle of 186.19º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EA9B9 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 169 | 185 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.27 |
| HSL | 186.19º | 0.72% | 0.42% | - |
| HSV(B) | 186.19º | 0.84% | 0.73% | - |
| XYZ | 23.48 | 32.15 | 50.87 | - |
| YUV | 129.26 | 159.45 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 169 | 185 | 0.84 | 0.09 | 0 | 0.27 | 186.19 | 0.72 | 0.42 |
| Hex | 1E | A9 | B9 | 54 | 9 | 0 | 1B | BA | 48 | 2A |
| Octal | 36 | 251 | 271 | 124 | 11 | 0 | 33 | 272 | 110 | 52 |
| Binary | 11110 | 10101001 | 10111001 | 1010100 | 1001 | 0 | 11011 | 10111010 | 1001000 | 101010 |
Color Harmonies of #1EA9B9
Complementary color
Monochromatic Colors of #1EA9B9
Black with #1EA9B9
Text Example
Text Example
White with #1EA9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA9B9; }
p { color: rgb(30,169,185); }
H1.HeaderClassName
{
color: #1EA9B9;
}
.AnyTagClassName
{
color: #1EA9B9;
}
</style>
background-color css
<style>
a { background-color: #1EA9B9; }
a { background-color: rgb(30,169,185); }
div.DivClassName
{
background-color: #1EA9B9;
}
.BgClassName
{
background-color: #1EA9B9;
}
</style>
border-color css
<style>
span { border-color: #1EA9B9; }
span { border-color: rgb(30,169,185); }
td.TdClassName
{
border-color: #1EA9B9;
}
.TagClassName
{
border-color: #1EA9B9;
}
</style>