Shades of Pelorous #1E98BF
Tints of Pelorous #1E98BF
RGB
CMYK
RGB Variations
Color information
#1E98BF (or 0x1E98BF) is known color: Pelorous. HEX triplet: 1E, 98 and BF. RGB value is (30,152,191). Sum of RGB (Red+Green+Blue) = 30+152+191=373 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.04% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #1E98BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E98BF is #E16740. Grayscale: #777777. Windows color (decimal): -14772033 or 12556318. OLE color: 12556318.
HSL color Cylindrical-coordinate representation of color #1E98BF: hue angle of 194.53º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E98BF is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 152 | 191 | - |
| CMYK | 0.84 | 0.20 | 0 | 0.25 |
| HSL | 194.53º | 0.73% | 0.43% | - |
| HSV(B) | 194.53º | 0.84% | 0.75% | - |
| XYZ | 21.17 | 26.49 | 53.29 | - |
| YUV | 119.97 | 168.08 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 152 | 191 | 0.84 | 0.20 | 0 | 0.25 | 194.53 | 0.73 | 0.43 |
| Hex | 1E | 98 | BF | 54 | 14 | 0 | 19 | C3 | 49 | 2B |
| Octal | 36 | 230 | 277 | 124 | 24 | 0 | 31 | 303 | 111 | 53 |
| Binary | 11110 | 10011000 | 10111111 | 1010100 | 10100 | 0 | 11001 | 11000011 | 1001001 | 101011 |
Color Harmonies of #1E98BF
Complementary color
Monochromatic Colors of #1E98BF
Black with #1E98BF
Text Example
Text Example
White with #1E98BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E98BF; }
p { color: rgb(30,152,191); }
H1.HeaderClassName
{
color: #1E98BF;
}
.AnyTagClassName
{
color: #1E98BF;
}
</style>
background-color css
<style>
a { background-color: #1E98BF; }
a { background-color: rgb(30,152,191); }
div.DivClassName
{
background-color: #1E98BF;
}
.BgClassName
{
background-color: #1E98BF;
}
</style>
border-color css
<style>
span { border-color: #1E98BF; }
span { border-color: rgb(30,152,191); }
td.TdClassName
{
border-color: #1E98BF;
}
.TagClassName
{
border-color: #1E98BF;
}
</style>