Shades of Pelorous #199AC0
Tints of Pelorous #199AC0
RGB
CMYK
RGB Variations
Color information
#199AC0 (or 0x199AC0) is known color: Pelorous. HEX triplet: 19, 9A and C0. RGB value is (25,154,192). Sum of RGB (Red+Green+Blue) = 25+154+192=371 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.74% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #199AC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199AC0 is #E6653F. Grayscale: #777777. Windows color (decimal): -15099200 or 12622361. OLE color: 12622361.
HSL color Cylindrical-coordinate representation of color #199AC0: hue angle of 193.65º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #199AC0 is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 154 | 192 | - |
| CMYK | 0.87 | 0.20 | 0 | 0.25 |
| HSL | 193.65º | 0.77% | 0.43% | - |
| HSV(B) | 193.65º | 0.87% | 0.75% | - |
| XYZ | 21.47 | 27.12 | 53.97 | - |
| YUV | 119.76 | 168.76 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 154 | 192 | 0.87 | 0.20 | 0 | 0.25 | 193.65 | 0.77 | 0.43 |
| Hex | 19 | 9A | C0 | 57 | 14 | 0 | 19 | C2 | 4D | 2B |
| Octal | 31 | 232 | 300 | 127 | 24 | 0 | 31 | 302 | 115 | 53 |
| Binary | 11001 | 10011010 | 11000000 | 1010111 | 10100 | 0 | 11001 | 11000010 | 1001101 | 101011 |
Color Harmonies of #199AC0
Complementary color
Monochromatic Colors of #199AC0
Black with #199AC0
Text Example
Text Example
White with #199AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199AC0; }
p { color: rgb(25,154,192); }
H1.HeaderClassName
{
color: #199AC0;
}
.AnyTagClassName
{
color: #199AC0;
}
</style>
background-color css
<style>
a { background-color: #199AC0; }
a { background-color: rgb(25,154,192); }
div.DivClassName
{
background-color: #199AC0;
}
.BgClassName
{
background-color: #199AC0;
}
</style>
border-color css
<style>
span { border-color: #199AC0; }
span { border-color: rgb(25,154,192); }
td.TdClassName
{
border-color: #199AC0;
}
.TagClassName
{
border-color: #199AC0;
}
</style>