Shades of Pelorous #1E9DAD
Tints of Pelorous #1E9DAD
RGB
CMYK
RGB Variations
Color information
#1E9DAD (or 0x1E9DAD) is known color: Pelorous. HEX triplet: 1E, 9D and AD. RGB value is (30,157,173). Sum of RGB (Red+Green+Blue) = 30+157+173=360 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.33% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E9DAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9DAD is #E16252. Grayscale: #787878. Windows color (decimal): -14770771 or 11377950. OLE color: 11377950.
HSL color Cylindrical-coordinate representation of color #1E9DAD: hue angle of 186.71º 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 #1E9DAD is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 30 | 157 | 173 | - |
| CMYK | 0.83 | 0.09 | 0 | 0.32 |
| HSL | 186.71º | 0.7% | 0.4% | - |
| HSV(B) | 186.71º | 0.83% | 0.68% | - |
| XYZ | 20.14 | 27.41 | 43.76 | - |
| YUV | 120.85 | 157.42 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 157 | 173 | 0.83 | 0.09 | 0 | 0.32 | 186.71 | 0.7 | 0.4 |
| Hex | 1E | 9D | AD | 53 | 9 | 0 | 20 | BB | 46 | 28 |
| Octal | 36 | 235 | 255 | 123 | 11 | 0 | 40 | 273 | 106 | 50 |
| Binary | 11110 | 10011101 | 10101101 | 1010011 | 1001 | 0 | 100000 | 10111011 | 1000110 | 101000 |
Color Harmonies of #1E9DAD
Complementary color
Monochromatic Colors of #1E9DAD
Black with #1E9DAD
Text Example
Text Example
White with #1E9DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9DAD; }
p { color: rgb(30,157,173); }
H1.HeaderClassName
{
color: #1E9DAD;
}
.AnyTagClassName
{
color: #1E9DAD;
}
</style>
background-color css
<style>
a { background-color: #1E9DAD; }
a { background-color: rgb(30,157,173); }
div.DivClassName
{
background-color: #1E9DAD;
}
.BgClassName
{
background-color: #1E9DAD;
}
</style>
border-color css
<style>
span { border-color: #1E9DAD; }
span { border-color: rgb(30,157,173); }
td.TdClassName
{
border-color: #1E9DAD;
}
.TagClassName
{
border-color: #1E9DAD;
}
</style>