Shades of Pelorous #198DBE
Tints of Pelorous #198DBE
RGB
CMYK
RGB Variations
Color information
#198DBE (or 0x198DBE) is known color: Pelorous. HEX triplet: 19, 8D and BE. RGB value is (25,141,190). Sum of RGB (Red+Green+Blue) = 25+141+190=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #198DBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198DBE is #E67241. Grayscale: #6F6F6F. Windows color (decimal): -15102530 or 12487961. OLE color: 12487961.
HSL color Cylindrical-coordinate representation of color #198DBE: hue angle of 197.82º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #198DBE is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 141 | 190 | - |
| CMYK | 0.87 | 0.26 | 0 | 0.25 |
| HSL | 197.82º | 0.77% | 0.42% | - |
| HSV(B) | 197.82º | 0.87% | 0.75% | - |
| XYZ | 19.22 | 22.97 | 52.14 | - |
| YUV | 111.9 | 172.07 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 141 | 190 | 0.87 | 0.26 | 0 | 0.25 | 197.82 | 0.77 | 0.42 |
| Hex | 19 | 8D | BE | 57 | 1A | 0 | 19 | C6 | 4D | 2A |
| Octal | 31 | 215 | 276 | 127 | 32 | 0 | 31 | 306 | 115 | 52 |
| Binary | 11001 | 10001101 | 10111110 | 1010111 | 11010 | 0 | 11001 | 11000110 | 1001101 | 101010 |
Color Harmonies of #198DBE
Complementary color
Monochromatic Colors of #198DBE
Black with #198DBE
Text Example
Text Example
White with #198DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198DBE; }
p { color: rgb(25,141,190); }
H1.HeaderClassName
{
color: #198DBE;
}
.AnyTagClassName
{
color: #198DBE;
}
</style>
background-color css
<style>
a { background-color: #198DBE; }
a { background-color: rgb(25,141,190); }
div.DivClassName
{
background-color: #198DBE;
}
.BgClassName
{
background-color: #198DBE;
}
</style>
border-color css
<style>
span { border-color: #198DBE; }
span { border-color: rgb(25,141,190); }
td.TdClassName
{
border-color: #198DBE;
}
.TagClassName
{
border-color: #198DBE;
}
</style>