Shades of Pelorous #1E99AD
Tints of Pelorous #1E99AD
RGB
CMYK
RGB Variations
Color information
#1E99AD (or 0x1E99AD) is known color: Pelorous. HEX triplet: 1E, 99 and AD. RGB value is (30,153,173). Sum of RGB (Red+Green+Blue) = 30+153+173=356 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.43% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E99AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E99AD is #E16652. Grayscale: #767676. Windows color (decimal): -14771795 or 11376926. OLE color: 11376926.
HSL color Cylindrical-coordinate representation of color #1E99AD: hue angle of 188.39º 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 #1E99AD is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 30 | 153 | 173 | - |
| CMYK | 0.83 | 0.12 | 0 | 0.32 |
| HSL | 188.39º | 0.7% | 0.4% | - |
| HSV(B) | 188.39º | 0.83% | 0.68% | - |
| XYZ | 19.47 | 26.08 | 43.54 | - |
| YUV | 118.5 | 158.75 | 64.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 153 | 173 | 0.83 | 0.12 | 0 | 0.32 | 188.39 | 0.7 | 0.4 |
| Hex | 1E | 99 | AD | 53 | C | 0 | 20 | BC | 46 | 28 |
| Octal | 36 | 231 | 255 | 123 | 14 | 0 | 40 | 274 | 106 | 50 |
| Binary | 11110 | 10011001 | 10101101 | 1010011 | 1100 | 0 | 100000 | 10111100 | 1000110 | 101000 |
Color Harmonies of #1E99AD
Complementary color
Monochromatic Colors of #1E99AD
Black with #1E99AD
Text Example
Text Example
White with #1E99AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E99AD; }
p { color: rgb(30,153,173); }
H1.HeaderClassName
{
color: #1E99AD;
}
.AnyTagClassName
{
color: #1E99AD;
}
</style>
background-color css
<style>
a { background-color: #1E99AD; }
a { background-color: rgb(30,153,173); }
div.DivClassName
{
background-color: #1E99AD;
}
.BgClassName
{
background-color: #1E99AD;
}
</style>
border-color css
<style>
span { border-color: #1E99AD; }
span { border-color: rgb(30,153,173); }
td.TdClassName
{
border-color: #1E99AD;
}
.TagClassName
{
border-color: #1E99AD;
}
</style>