Shades of Pelorous #198BAB
Tints of Pelorous #198BAB
RGB
CMYK
RGB Variations
Color information
#198BAB (or 0x198BAB) is known color: Pelorous. HEX triplet: 19, 8B and AB. RGB value is (25,139,171). Sum of RGB (Red+Green+Blue) = 25+139+171=335 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.46% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #198BAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198BAB is #E67454. Grayscale: #6C6C6C. Windows color (decimal): -15103061 or 11242265. OLE color: 11242265.
HSL color Cylindrical-coordinate representation of color #198BAB: hue angle of 193.15º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #198BAB is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 139 | 171 | - |
| CMYK | 0.85 | 0.19 | 0 | 0.33 |
| HSL | 193.15º | 0.74% | 0.38% | - |
| HSV(B) | 193.15º | 0.85% | 0.67% | - |
| XYZ | 16.98 | 21.61 | 41.8 | - |
| YUV | 108.56 | 163.23 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 139 | 171 | 0.85 | 0.19 | 0 | 0.33 | 193.15 | 0.74 | 0.38 |
| Hex | 19 | 8B | AB | 55 | 13 | 0 | 21 | C1 | 4A | 26 |
| Octal | 31 | 213 | 253 | 125 | 23 | 0 | 41 | 301 | 112 | 46 |
| Binary | 11001 | 10001011 | 10101011 | 1010101 | 10011 | 0 | 100001 | 11000001 | 1001010 | 100110 |
Color Harmonies of #198BAB
Complementary color
Monochromatic Colors of #198BAB
Black with #198BAB
Text Example
Text Example
White with #198BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198BAB; }
p { color: rgb(25,139,171); }
H1.HeaderClassName
{
color: #198BAB;
}
.AnyTagClassName
{
color: #198BAB;
}
</style>
background-color css
<style>
a { background-color: #198BAB; }
a { background-color: rgb(25,139,171); }
div.DivClassName
{
background-color: #198BAB;
}
.BgClassName
{
background-color: #198BAB;
}
</style>
border-color css
<style>
span { border-color: #198BAB; }
span { border-color: rgb(25,139,171); }
td.TdClassName
{
border-color: #198BAB;
}
.TagClassName
{
border-color: #198BAB;
}
</style>