Shades of Pelorous #1E8BA8
Tints of Pelorous #1E8BA8
RGB
CMYK
RGB Variations
Color information
#1E8BA8 (or 0x1E8BA8) is known color: Pelorous. HEX triplet: 1E, 8B and A8. RGB value is (30,139,168). Sum of RGB (Red+Green+Blue) = 30+139+168=337 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.90% from 337); Green value is 139 (54.69% from 255 or 41.25% from 337); Blue value is 168 (66.02% from 255 or 49.85% from 337); Max value from RGB is 168 - color contains mainly: blue. Hex color #1E8BA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8BA8 is #E17457. Grayscale: #6D6D6D. Windows color (decimal): -14775384 or 11045662. OLE color: 11045662.
HSL color Cylindrical-coordinate representation of color #1E8BA8: hue angle of 192.61º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E8BA8 is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 30 | 139 | 168 | - |
| CMYK | 0.82 | 0.17 | 0 | 0.34 |
| HSL | 192.61º | 0.7% | 0.39% | - |
| HSV(B) | 192.61º | 0.82% | 0.66% | - |
| XYZ | 16.84 | 21.57 | 40.32 | - |
| YUV | 109.72 | 160.89 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 139 | 168 | 0.82 | 0.17 | 0 | 0.34 | 192.61 | 0.7 | 0.39 |
| Hex | 1E | 8B | A8 | 52 | 11 | 0 | 22 | C1 | 46 | 27 |
| Octal | 36 | 213 | 250 | 122 | 21 | 0 | 42 | 301 | 106 | 47 |
| Binary | 11110 | 10001011 | 10101000 | 1010010 | 10001 | 0 | 100010 | 11000001 | 1000110 | 100111 |
Color Harmonies of #1E8BA8
Complementary color
Monochromatic Colors of #1E8BA8
Black with #1E8BA8
Text Example
Text Example
White with #1E8BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8BA8; }
p { color: rgb(30,139,168); }
H1.HeaderClassName
{
color: #1E8BA8;
}
.AnyTagClassName
{
color: #1E8BA8;
}
</style>
background-color css
<style>
a { background-color: #1E8BA8; }
a { background-color: rgb(30,139,168); }
div.DivClassName
{
background-color: #1E8BA8;
}
.BgClassName
{
background-color: #1E8BA8;
}
</style>
border-color css
<style>
span { border-color: #1E8BA8; }
span { border-color: rgb(30,139,168); }
td.TdClassName
{
border-color: #1E8BA8;
}
.TagClassName
{
border-color: #1E8BA8;
}
</style>