Shades of Pelorous #1E9EAD
Tints of Pelorous #1E9EAD
RGB
CMYK
RGB Variations
Color information
#1E9EAD (or 0x1E9EAD) is known color: Pelorous. HEX triplet: 1E, 9E and AD. RGB value is (30,158,173). Sum of RGB (Red+Green+Blue) = 30+158+173=361 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.31% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E9EAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9EAD is #E16152. Grayscale: #797979. Windows color (decimal): -14770515 or 11378206. OLE color: 11378206.
HSL color Cylindrical-coordinate representation of color #1E9EAD: hue angle of 186.29º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E9EAD is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 30 | 158 | 173 | - |
| CMYK | 0.83 | 0.09 | 0 | 0.32 |
| HSL | 186.29º | 0.7% | 0.4% | - |
| HSV(B) | 186.29º | 0.83% | 0.68% | - |
| XYZ | 20.31 | 27.75 | 43.82 | - |
| YUV | 121.44 | 157.09 | 62.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 158 | 173 | 0.83 | 0.09 | 0 | 0.32 | 186.29 | 0.7 | 0.4 |
| Hex | 1E | 9E | AD | 53 | 9 | 0 | 20 | BA | 46 | 28 |
| Octal | 36 | 236 | 255 | 123 | 11 | 0 | 40 | 272 | 106 | 50 |
| Binary | 11110 | 10011110 | 10101101 | 1010011 | 1001 | 0 | 100000 | 10111010 | 1000110 | 101000 |
Color Harmonies of #1E9EAD
Complementary color
Monochromatic Colors of #1E9EAD
Black with #1E9EAD
Text Example
Text Example
White with #1E9EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9EAD; }
p { color: rgb(30,158,173); }
H1.HeaderClassName
{
color: #1E9EAD;
}
.AnyTagClassName
{
color: #1E9EAD;
}
</style>
background-color css
<style>
a { background-color: #1E9EAD; }
a { background-color: rgb(30,158,173); }
div.DivClassName
{
background-color: #1E9EAD;
}
.BgClassName
{
background-color: #1E9EAD;
}
</style>
border-color css
<style>
span { border-color: #1E9EAD; }
span { border-color: rgb(30,158,173); }
td.TdClassName
{
border-color: #1E9EAD;
}
.TagClassName
{
border-color: #1E9EAD;
}
</style>