Shades of Pelorous #199DC6
Tints of Pelorous #199DC6
RGB
CMYK
RGB Variations
Color information
#199DC6 (or 0x199DC6) is known color: Pelorous. HEX triplet: 19, 9D and C6. RGB value is (25,157,198). Sum of RGB (Red+Green+Blue) = 25+157+198=380 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.58% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 198 (77.73% from 255 or 52.11% from 380); Max value from RGB is 198 - color contains mainly: blue. Hex color #199DC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199DC6 is #E66239. Grayscale: #797979. Windows color (decimal): -15098426 or 13016345. OLE color: 13016345.
HSL color Cylindrical-coordinate representation of color #199DC6: hue angle of 194.22º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #199DC6 is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 25 | 157 | 198 | - |
| CMYK | 0.87 | 0.21 | 0 | 0.22 |
| HSL | 194.22º | 0.78% | 0.44% | - |
| HSV(B) | 194.22º | 0.87% | 0.78% | - |
| XYZ | 22.65 | 28.4 | 57.71 | - |
| YUV | 122.21 | 170.77 | 58.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 157 | 198 | 0.87 | 0.21 | 0 | 0.22 | 194.22 | 0.78 | 0.44 |
| Hex | 19 | 9D | C6 | 57 | 15 | 0 | 16 | C2 | 4E | 2C |
| Octal | 31 | 235 | 306 | 127 | 25 | 0 | 26 | 302 | 116 | 54 |
| Binary | 11001 | 10011101 | 11000110 | 1010111 | 10101 | 0 | 10110 | 11000010 | 1001110 | 101100 |
Color Harmonies of #199DC6
Complementary color
Monochromatic Colors of #199DC6
Black with #199DC6
Text Example
Text Example
White with #199DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199DC6; }
p { color: rgb(25,157,198); }
H1.HeaderClassName
{
color: #199DC6;
}
.AnyTagClassName
{
color: #199DC6;
}
</style>
background-color css
<style>
a { background-color: #199DC6; }
a { background-color: rgb(25,157,198); }
div.DivClassName
{
background-color: #199DC6;
}
.BgClassName
{
background-color: #199DC6;
}
</style>
border-color css
<style>
span { border-color: #199DC6; }
span { border-color: rgb(25,157,198); }
td.TdClassName
{
border-color: #199DC6;
}
.TagClassName
{
border-color: #199DC6;
}
</style>