Shades of Pelorous #198DBF
Tints of Pelorous #198DBF
RGB
CMYK
RGB Variations
Color information
#198DBF (or 0x198DBF) is known color: Pelorous. HEX triplet: 19, 8D and BF. RGB value is (25,141,191). Sum of RGB (Red+Green+Blue) = 25+141+191=357 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.00% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #198DBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198DBF is #E67240. Grayscale: #6F6F6F. Windows color (decimal): -15102529 or 12553497. OLE color: 12553497.
HSL color Cylindrical-coordinate representation of color #198DBF: hue angle of 198.07º 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 #198DBF is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 141 | 191 | - |
| CMYK | 0.87 | 0.26 | 0 | 0.25 |
| HSL | 198.07º | 0.77% | 0.42% | - |
| HSV(B) | 198.07º | 0.87% | 0.75% | - |
| XYZ | 19.33 | 23.02 | 52.71 | - |
| YUV | 112.02 | 172.57 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 141 | 191 | 0.87 | 0.26 | 0 | 0.25 | 198.07 | 0.77 | 0.42 |
| Hex | 19 | 8D | BF | 57 | 1A | 0 | 19 | C6 | 4D | 2A |
| Octal | 31 | 215 | 277 | 127 | 32 | 0 | 31 | 306 | 115 | 52 |
| Binary | 11001 | 10001101 | 10111111 | 1010111 | 11010 | 0 | 11001 | 11000110 | 1001101 | 101010 |
Color Harmonies of #198DBF
Complementary color
Monochromatic Colors of #198DBF
Black with #198DBF
Text Example
Text Example
White with #198DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198DBF; }
p { color: rgb(25,141,191); }
H1.HeaderClassName
{
color: #198DBF;
}
.AnyTagClassName
{
color: #198DBF;
}
</style>
background-color css
<style>
a { background-color: #198DBF; }
a { background-color: rgb(25,141,191); }
div.DivClassName
{
background-color: #198DBF;
}
.BgClassName
{
background-color: #198DBF;
}
</style>
border-color css
<style>
span { border-color: #198DBF; }
span { border-color: rgb(25,141,191); }
td.TdClassName
{
border-color: #198DBF;
}
.TagClassName
{
border-color: #198DBF;
}
</style>