Shades of Pelorous #1E8CAB
Tints of Pelorous #1E8CAB
RGB
CMYK
RGB Variations
Color information
#1E8CAB (or 0x1E8CAB) is known color: Pelorous. HEX triplet: 1E, 8C and AB. RGB value is (30,140,171). Sum of RGB (Red+Green+Blue) = 30+140+171=341 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.80% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E8CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8CAB is #E17354. Grayscale: #6E6E6E. Windows color (decimal): -14775125 or 11242526. OLE color: 11242526.
HSL color Cylindrical-coordinate representation of color #1E8CAB: hue angle of 193.19º 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 #1E8CAB is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 140 | 171 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.33 |
| HSL | 193.19º | 0.7% | 0.39% | - |
| HSV(B) | 193.19º | 0.82% | 0.67% | - |
| XYZ | 17.26 | 21.97 | 41.86 | - |
| YUV | 110.64 | 162.06 | 70.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 140 | 171 | 0.82 | 0.18 | 0 | 0.33 | 193.19 | 0.7 | 0.39 |
| Hex | 1E | 8C | AB | 52 | 12 | 0 | 21 | C1 | 46 | 27 |
| Octal | 36 | 214 | 253 | 122 | 22 | 0 | 41 | 301 | 106 | 47 |
| Binary | 11110 | 10001100 | 10101011 | 1010010 | 10010 | 0 | 100001 | 11000001 | 1000110 | 100111 |
Color Harmonies of #1E8CAB
Complementary color
Monochromatic Colors of #1E8CAB
Black with #1E8CAB
Text Example
Text Example
White with #1E8CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8CAB; }
p { color: rgb(30,140,171); }
H1.HeaderClassName
{
color: #1E8CAB;
}
.AnyTagClassName
{
color: #1E8CAB;
}
</style>
background-color css
<style>
a { background-color: #1E8CAB; }
a { background-color: rgb(30,140,171); }
div.DivClassName
{
background-color: #1E8CAB;
}
.BgClassName
{
background-color: #1E8CAB;
}
</style>
border-color css
<style>
span { border-color: #1E8CAB; }
span { border-color: rgb(30,140,171); }
td.TdClassName
{
border-color: #1E8CAB;
}
.TagClassName
{
border-color: #1E8CAB;
}
</style>