Shades of Pelorous #1E94B9
Tints of Pelorous #1E94B9
RGB
CMYK
RGB Variations
Color information
#1E94B9 (or 0x1E94B9) is known color: Pelorous. HEX triplet: 1E, 94 and B9. RGB value is (30,148,185). Sum of RGB (Red+Green+Blue) = 30+148+185=363 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.26% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 185 (72.66% from 255 or 50.96% from 363); Max value from RGB is 185 - color contains mainly: blue. Hex color #1E94B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E94B9 is #E16B46. Grayscale: #747474. Windows color (decimal): -14773063 or 12162078. OLE color: 12162078.
HSL color Cylindrical-coordinate representation of color #1E94B9: hue angle of 194.32º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E94B9 is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 148 | 185 | - |
| CMYK | 0.84 | 0.20 | 0 | 0.27 |
| HSL | 194.32º | 0.72% | 0.42% | - |
| HSV(B) | 194.32º | 0.84% | 0.73% | - |
| XYZ | 19.88 | 24.96 | 49.67 | - |
| YUV | 116.94 | 166.41 | 65.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 148 | 185 | 0.84 | 0.20 | 0 | 0.27 | 194.32 | 0.72 | 0.42 |
| Hex | 1E | 94 | B9 | 54 | 14 | 0 | 1B | C2 | 48 | 2A |
| Octal | 36 | 224 | 271 | 124 | 24 | 0 | 33 | 302 | 110 | 52 |
| Binary | 11110 | 10010100 | 10111001 | 1010100 | 10100 | 0 | 11011 | 11000010 | 1001000 | 101010 |
Color Harmonies of #1E94B9
Complementary color
Monochromatic Colors of #1E94B9
Black with #1E94B9
Text Example
Text Example
White with #1E94B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E94B9; }
p { color: rgb(30,148,185); }
H1.HeaderClassName
{
color: #1E94B9;
}
.AnyTagClassName
{
color: #1E94B9;
}
</style>
background-color css
<style>
a { background-color: #1E94B9; }
a { background-color: rgb(30,148,185); }
div.DivClassName
{
background-color: #1E94B9;
}
.BgClassName
{
background-color: #1E94B9;
}
</style>
border-color css
<style>
span { border-color: #1E94B9; }
span { border-color: rgb(30,148,185); }
td.TdClassName
{
border-color: #1E94B9;
}
.TagClassName
{
border-color: #1E94B9;
}
</style>