Shades of Pelorous #1E9FB4
Tints of Pelorous #1E9FB4
RGB
CMYK
RGB Variations
Color information
#1E9FB4 (or 0x1E9FB4) is known color: Pelorous. HEX triplet: 1E, 9F and B4. RGB value is (30,159,180). Sum of RGB (Red+Green+Blue) = 30+159+180=369 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.13% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 180 (70.70% from 255 or 48.78% from 369); Max value from RGB is 180 - color contains mainly: blue. Hex color #1E9FB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9FB4 is #E1604B. Grayscale: #7A7A7A. Windows color (decimal): -14770252 or 11837214. OLE color: 11837214.
HSL color Cylindrical-coordinate representation of color #1E9FB4: hue angle of 188.4º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E9FB4 is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 30 | 159 | 180 | - |
| CMYK | 0.83 | 0.12 | 0 | 0.29 |
| HSL | 188.4º | 0.71% | 0.41% | - |
| HSV(B) | 188.4º | 0.83% | 0.71% | - |
| XYZ | 21.17 | 28.37 | 47.54 | - |
| YUV | 122.82 | 160.26 | 61.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 159 | 180 | 0.83 | 0.12 | 0 | 0.29 | 188.4 | 0.71 | 0.41 |
| Hex | 1E | 9F | B4 | 53 | C | 0 | 1D | BC | 47 | 29 |
| Octal | 36 | 237 | 264 | 123 | 14 | 0 | 35 | 274 | 107 | 51 |
| Binary | 11110 | 10011111 | 10110100 | 1010011 | 1100 | 0 | 11101 | 10111100 | 1000111 | 101001 |
Color Harmonies of #1E9FB4
Complementary color
Monochromatic Colors of #1E9FB4
Black with #1E9FB4
Text Example
Text Example
White with #1E9FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9FB4; }
p { color: rgb(30,159,180); }
H1.HeaderClassName
{
color: #1E9FB4;
}
.AnyTagClassName
{
color: #1E9FB4;
}
</style>
background-color css
<style>
a { background-color: #1E9FB4; }
a { background-color: rgb(30,159,180); }
div.DivClassName
{
background-color: #1E9FB4;
}
.BgClassName
{
background-color: #1E9FB4;
}
</style>
border-color css
<style>
span { border-color: #1E9FB4; }
span { border-color: rgb(30,159,180); }
td.TdClassName
{
border-color: #1E9FB4;
}
.TagClassName
{
border-color: #1E9FB4;
}
</style>