Shades of Pelorous #1EAABC
Tints of Pelorous #1EAABC
RGB
CMYK
RGB Variations
Color information
#1EAABC (or 0x1EAABC) is known color: Pelorous. HEX triplet: 1E, AA and BC. RGB value is (30,170,188). Sum of RGB (Red+Green+Blue) = 30+170+188=388 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.73% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #1EAABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAABC is #E15543. Grayscale: #818181. Windows color (decimal): -14767428 or 12364318. OLE color: 12364318.
HSL color Cylindrical-coordinate representation of color #1EAABC: hue angle of 186.84º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EAABC is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 30 | 170 | 188 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.26 |
| HSL | 186.84º | 0.72% | 0.43% | - |
| HSV(B) | 186.84º | 0.84% | 0.74% | - |
| XYZ | 23.99 | 32.66 | 52.62 | - |
| YUV | 130.19 | 160.62 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 170 | 188 | 0.84 | 0.10 | 0 | 0.26 | 186.84 | 0.72 | 0.43 |
| Hex | 1E | AA | BC | 54 | A | 0 | 1A | BB | 48 | 2B |
| Octal | 36 | 252 | 274 | 124 | 12 | 0 | 32 | 273 | 110 | 53 |
| Binary | 11110 | 10101010 | 10111100 | 1010100 | 1010 | 0 | 11010 | 10111011 | 1001000 | 101011 |
Color Harmonies of #1EAABC
Complementary color
Monochromatic Colors of #1EAABC
Black with #1EAABC
Text Example
Text Example
White with #1EAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAABC; }
p { color: rgb(30,170,188); }
H1.HeaderClassName
{
color: #1EAABC;
}
.AnyTagClassName
{
color: #1EAABC;
}
</style>
background-color css
<style>
a { background-color: #1EAABC; }
a { background-color: rgb(30,170,188); }
div.DivClassName
{
background-color: #1EAABC;
}
.BgClassName
{
background-color: #1EAABC;
}
</style>
border-color css
<style>
span { border-color: #1EAABC; }
span { border-color: rgb(30,170,188); }
td.TdClassName
{
border-color: #1EAABC;
}
.TagClassName
{
border-color: #1EAABC;
}
</style>