Shades of Pelorous #198CC1
Tints of Pelorous #198CC1
RGB
CMYK
RGB Variations
Color information
#198CC1 (or 0x198CC1) is known color: Pelorous. HEX triplet: 19, 8C and C1. RGB value is (25,140,193). Sum of RGB (Red+Green+Blue) = 25+140+193=358 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.98% from 358); Green value is 140 (55.08% from 255 or 39.11% from 358); Blue value is 193 (75.78% from 255 or 53.91% from 358); Max value from RGB is 193 - color contains mainly: blue. Hex color #198CC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198CC1 is #E6733E. Grayscale: #6F6F6F. Windows color (decimal): -15102783 or 12684313. OLE color: 12684313.
HSL color Cylindrical-coordinate representation of color #198CC1: hue angle of 198.93º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #198CC1 is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 25 | 140 | 193 | - |
| CMYK | 0.87 | 0.27 | 0 | 0.24 |
| HSL | 198.93º | 0.77% | 0.43% | - |
| HSV(B) | 198.93º | 0.87% | 0.76% | - |
| XYZ | 19.4 | 22.81 | 53.83 | - |
| YUV | 111.66 | 173.9 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 140 | 193 | 0.87 | 0.27 | 0 | 0.24 | 198.93 | 0.77 | 0.43 |
| Hex | 19 | 8C | C1 | 57 | 1B | 0 | 18 | C7 | 4D | 2B |
| Octal | 31 | 214 | 301 | 127 | 33 | 0 | 30 | 307 | 115 | 53 |
| Binary | 11001 | 10001100 | 11000001 | 1010111 | 11011 | 0 | 11000 | 11000111 | 1001101 | 101011 |
Color Harmonies of #198CC1
Complementary color
Monochromatic Colors of #198CC1
Black with #198CC1
Text Example
Text Example
White with #198CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198CC1; }
p { color: rgb(25,140,193); }
H1.HeaderClassName
{
color: #198CC1;
}
.AnyTagClassName
{
color: #198CC1;
}
</style>
background-color css
<style>
a { background-color: #198CC1; }
a { background-color: rgb(25,140,193); }
div.DivClassName
{
background-color: #198CC1;
}
.BgClassName
{
background-color: #198CC1;
}
</style>
border-color css
<style>
span { border-color: #198CC1; }
span { border-color: rgb(25,140,193); }
td.TdClassName
{
border-color: #198CC1;
}
.TagClassName
{
border-color: #198CC1;
}
</style>