Shades of Pelorous #199DB6
Tints of Pelorous #199DB6
RGB
CMYK
RGB Variations
Color information
#199DB6 (or 0x199DB6) is known color: Pelorous. HEX triplet: 19, 9D and B6. RGB value is (25,157,182). Sum of RGB (Red+Green+Blue) = 25+157+182=364 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.87% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 182 (71.48% from 255 or 50% from 364); Max value from RGB is 182 - color contains mainly: blue. Hex color #199DB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199DB6 is #E66249. Grayscale: #787878. Windows color (decimal): -15098442 or 11967769. OLE color: 11967769.
HSL color Cylindrical-coordinate representation of color #199DB6: hue angle of 189.55º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #199DB6 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 157 | 182 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.29 |
| HSL | 189.55º | 0.76% | 0.41% | - |
| HSV(B) | 189.55º | 0.86% | 0.71% | - |
| XYZ | 20.9 | 27.7 | 48.5 | - |
| YUV | 120.38 | 162.77 | 59.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 157 | 182 | 0.86 | 0.14 | 0 | 0.29 | 189.55 | 0.76 | 0.41 |
| Hex | 19 | 9D | B6 | 56 | E | 0 | 1D | BE | 4C | 29 |
| Octal | 31 | 235 | 266 | 126 | 16 | 0 | 35 | 276 | 114 | 51 |
| Binary | 11001 | 10011101 | 10110110 | 1010110 | 1110 | 0 | 11101 | 10111110 | 1001100 | 101001 |
Color Harmonies of #199DB6
Complementary color
Monochromatic Colors of #199DB6
Black with #199DB6
Text Example
Text Example
White with #199DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199DB6; }
p { color: rgb(25,157,182); }
H1.HeaderClassName
{
color: #199DB6;
}
.AnyTagClassName
{
color: #199DB6;
}
</style>
background-color css
<style>
a { background-color: #199DB6; }
a { background-color: rgb(25,157,182); }
div.DivClassName
{
background-color: #199DB6;
}
.BgClassName
{
background-color: #199DB6;
}
</style>
border-color css
<style>
span { border-color: #199DB6; }
span { border-color: rgb(25,157,182); }
td.TdClassName
{
border-color: #199DB6;
}
.TagClassName
{
border-color: #199DB6;
}
</style>