Shades of Pelorous #1E8BAB
Tints of Pelorous #1E8BAB
RGB
CMYK
RGB Variations
Color information
#1E8BAB (or 0x1E8BAB) is known color: Pelorous. HEX triplet: 1E, 8B and AB. RGB value is (30,139,171). Sum of RGB (Red+Green+Blue) = 30+139+171=340 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.82% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E8BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8BAB is #E17454. Grayscale: #6D6D6D. Windows color (decimal): -14775381 or 11242270. OLE color: 11242270.
HSL color Cylindrical-coordinate representation of color #1E8BAB: hue angle of 193.62º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E8BAB is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 139 | 171 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.33 |
| HSL | 193.62º | 0.7% | 0.39% | - |
| HSV(B) | 193.62º | 0.82% | 0.67% | - |
| XYZ | 17.12 | 21.68 | 41.81 | - |
| YUV | 110.06 | 162.39 | 70.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 139 | 171 | 0.82 | 0.19 | 0 | 0.33 | 193.62 | 0.7 | 0.39 |
| Hex | 1E | 8B | AB | 52 | 13 | 0 | 21 | C2 | 46 | 27 |
| Octal | 36 | 213 | 253 | 122 | 23 | 0 | 41 | 302 | 106 | 47 |
| Binary | 11110 | 10001011 | 10101011 | 1010010 | 10011 | 0 | 100001 | 11000010 | 1000110 | 100111 |
Color Harmonies of #1E8BAB
Complementary color
Monochromatic Colors of #1E8BAB
Black with #1E8BAB
Text Example
Text Example
White with #1E8BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8BAB; }
p { color: rgb(30,139,171); }
H1.HeaderClassName
{
color: #1E8BAB;
}
.AnyTagClassName
{
color: #1E8BAB;
}
</style>
background-color css
<style>
a { background-color: #1E8BAB; }
a { background-color: rgb(30,139,171); }
div.DivClassName
{
background-color: #1E8BAB;
}
.BgClassName
{
background-color: #1E8BAB;
}
</style>
border-color css
<style>
span { border-color: #1E8BAB; }
span { border-color: rgb(30,139,171); }
td.TdClassName
{
border-color: #1E8BAB;
}
.TagClassName
{
border-color: #1E8BAB;
}
</style>