Shades of Pelorous #198FAC
Tints of Pelorous #198FAC
RGB
CMYK
RGB Variations
Color information
#198FAC (or 0x198FAC) is known color: Pelorous. HEX triplet: 19, 8F and AC. RGB value is (25,143,172). Sum of RGB (Red+Green+Blue) = 25+143+172=340 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.35% from 340); Green value is 143 (56.25% from 255 or 42.06% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #198FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198FAC is #E67053. Grayscale: #6E6E6E. Windows color (decimal): -15102036 or 11308825. OLE color: 11308825.
HSL color Cylindrical-coordinate representation of color #198FAC: hue angle of 191.84º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #198FAC is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 143 | 172 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.33 |
| HSL | 191.84º | 0.75% | 0.39% | - |
| HSV(B) | 191.84º | 0.85% | 0.67% | - |
| XYZ | 17.67 | 22.83 | 42.51 | - |
| YUV | 111.02 | 162.41 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 143 | 172 | 0.85 | 0.17 | 0 | 0.33 | 191.84 | 0.75 | 0.39 |
| Hex | 19 | 8F | AC | 55 | 11 | 0 | 21 | C0 | 4B | 27 |
| Octal | 31 | 217 | 254 | 125 | 21 | 0 | 41 | 300 | 113 | 47 |
| Binary | 11001 | 10001111 | 10101100 | 1010101 | 10001 | 0 | 100001 | 11000000 | 1001011 | 100111 |
Color Harmonies of #198FAC
Complementary color
Monochromatic Colors of #198FAC
Black with #198FAC
Text Example
Text Example
White with #198FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198FAC; }
p { color: rgb(25,143,172); }
H1.HeaderClassName
{
color: #198FAC;
}
.AnyTagClassName
{
color: #198FAC;
}
</style>
background-color css
<style>
a { background-color: #198FAC; }
a { background-color: rgb(25,143,172); }
div.DivClassName
{
background-color: #198FAC;
}
.BgClassName
{
background-color: #198FAC;
}
</style>
border-color css
<style>
span { border-color: #198FAC; }
span { border-color: rgb(25,143,172); }
td.TdClassName
{
border-color: #198FAC;
}
.TagClassName
{
border-color: #198FAC;
}
</style>