Shades of Pelorous #1EABBD
Tints of Pelorous #1EABBD
RGB
CMYK
RGB Variations
Color information
#1EABBD (or 0x1EABBD) is known color: Pelorous. HEX triplet: 1E, AB and BD. RGB value is (30,171,189). Sum of RGB (Red+Green+Blue) = 30+171+189=390 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.69% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #1EABBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EABBD is #E15442. Grayscale: #828282. Windows color (decimal): -14767171 or 12430110. OLE color: 12430110.
HSL color Cylindrical-coordinate representation of color #1EABBD: hue angle of 186.79º degrees, saturation: 0.73, 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 #1EABBD is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 30 | 171 | 189 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.26 |
| HSL | 186.79º | 0.73% | 0.43% | - |
| HSV(B) | 186.79º | 0.84% | 0.74% | - |
| XYZ | 24.28 | 33.08 | 53.25 | - |
| YUV | 130.89 | 160.79 | 56.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 171 | 189 | 0.84 | 0.10 | 0 | 0.26 | 186.79 | 0.73 | 0.43 |
| Hex | 1E | AB | BD | 54 | A | 0 | 1A | BB | 49 | 2B |
| Octal | 36 | 253 | 275 | 124 | 12 | 0 | 32 | 273 | 111 | 53 |
| Binary | 11110 | 10101011 | 10111101 | 1010100 | 1010 | 0 | 11010 | 10111011 | 1001001 | 101011 |
Color Harmonies of #1EABBD
Complementary color
Monochromatic Colors of #1EABBD
Black with #1EABBD
Text Example
Text Example
White with #1EABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EABBD; }
p { color: rgb(30,171,189); }
H1.HeaderClassName
{
color: #1EABBD;
}
.AnyTagClassName
{
color: #1EABBD;
}
</style>
background-color css
<style>
a { background-color: #1EABBD; }
a { background-color: rgb(30,171,189); }
div.DivClassName
{
background-color: #1EABBD;
}
.BgClassName
{
background-color: #1EABBD;
}
</style>
border-color css
<style>
span { border-color: #1EABBD; }
span { border-color: rgb(30,171,189); }
td.TdClassName
{
border-color: #1EABBD;
}
.TagClassName
{
border-color: #1EABBD;
}
</style>