Shades of Pelorous #1E9AAE
Tints of Pelorous #1E9AAE
RGB
CMYK
RGB Variations
Color information
#1E9AAE (or 0x1E9AAE) is known color: Pelorous. HEX triplet: 1E, 9A and AE. RGB value is (30,154,174). Sum of RGB (Red+Green+Blue) = 30+154+174=358 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.38% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E9AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9AAE is #E16551. Grayscale: #777777. Windows color (decimal): -14771538 or 11442718. OLE color: 11442718.
HSL color Cylindrical-coordinate representation of color #1E9AAE: hue angle of 188.33º degrees, saturation: 0.71, 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 #1E9AAE is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 30 | 154 | 174 | - |
| CMYK | 0.83 | 0.11 | 0 | 0.32 |
| HSL | 188.33º | 0.71% | 0.4% | - |
| HSV(B) | 188.33º | 0.83% | 0.68% | - |
| XYZ | 19.73 | 26.44 | 44.11 | - |
| YUV | 119.2 | 158.92 | 64.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 154 | 174 | 0.83 | 0.11 | 0 | 0.32 | 188.33 | 0.71 | 0.4 |
| Hex | 1E | 9A | AE | 53 | B | 0 | 20 | BC | 47 | 28 |
| Octal | 36 | 232 | 256 | 123 | 13 | 0 | 40 | 274 | 107 | 50 |
| Binary | 11110 | 10011010 | 10101110 | 1010011 | 1011 | 0 | 100000 | 10111100 | 1000111 | 101000 |
Color Harmonies of #1E9AAE
Complementary color
Monochromatic Colors of #1E9AAE
Black with #1E9AAE
Text Example
Text Example
White with #1E9AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9AAE; }
p { color: rgb(30,154,174); }
H1.HeaderClassName
{
color: #1E9AAE;
}
.AnyTagClassName
{
color: #1E9AAE;
}
</style>
background-color css
<style>
a { background-color: #1E9AAE; }
a { background-color: rgb(30,154,174); }
div.DivClassName
{
background-color: #1E9AAE;
}
.BgClassName
{
background-color: #1E9AAE;
}
</style>
border-color css
<style>
span { border-color: #1E9AAE; }
span { border-color: rgb(30,154,174); }
td.TdClassName
{
border-color: #1E9AAE;
}
.TagClassName
{
border-color: #1E9AAE;
}
</style>