Shades of Pelorous #1EABBC
Tints of Pelorous #1EABBC
RGB
CMYK
RGB Variations
Color information
#1EABBC (or 0x1EABBC) is known color: Pelorous. HEX triplet: 1E, AB and BC. RGB value is (30,171,188). Sum of RGB (Red+Green+Blue) = 30+171+188=389 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.71% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #1EABBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EABBC is #E15443. Grayscale: #828282. Windows color (decimal): -14767172 or 12364574. OLE color: 12364574.
HSL color Cylindrical-coordinate representation of color #1EABBC: hue angle of 186.46º 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 #1EABBC is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 30 | 171 | 188 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.26 |
| HSL | 186.46º | 0.72% | 0.43% | - |
| HSV(B) | 186.46º | 0.84% | 0.74% | - |
| XYZ | 24.18 | 33.03 | 52.68 | - |
| YUV | 130.78 | 160.29 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 171 | 188 | 0.84 | 0.09 | 0 | 0.26 | 186.46 | 0.72 | 0.43 |
| Hex | 1E | AB | BC | 54 | 9 | 0 | 1A | BA | 48 | 2B |
| Octal | 36 | 253 | 274 | 124 | 11 | 0 | 32 | 272 | 110 | 53 |
| Binary | 11110 | 10101011 | 10111100 | 1010100 | 1001 | 0 | 11010 | 10111010 | 1001000 | 101011 |
Color Harmonies of #1EABBC
Complementary color
Monochromatic Colors of #1EABBC
Black with #1EABBC
Text Example
Text Example
White with #1EABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EABBC; }
p { color: rgb(30,171,188); }
H1.HeaderClassName
{
color: #1EABBC;
}
.AnyTagClassName
{
color: #1EABBC;
}
</style>
background-color css
<style>
a { background-color: #1EABBC; }
a { background-color: rgb(30,171,188); }
div.DivClassName
{
background-color: #1EABBC;
}
.BgClassName
{
background-color: #1EABBC;
}
</style>
border-color css
<style>
span { border-color: #1EABBC; }
span { border-color: rgb(30,171,188); }
td.TdClassName
{
border-color: #1EABBC;
}
.TagClassName
{
border-color: #1EABBC;
}
</style>