Shades of Pelorous #199BAD
Tints of Pelorous #199BAD
RGB
CMYK
RGB Variations
Color information
#199BAD (or 0x199BAD) is known color: Pelorous. HEX triplet: 19, 9B and AD. RGB value is (25,155,173). Sum of RGB (Red+Green+Blue) = 25+155+173=353 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.08% from 353); Green value is 155 (60.94% from 255 or 43.91% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #199BAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199BAD is #E66452. Grayscale: #757575. Windows color (decimal): -15098963 or 11377433. OLE color: 11377433.
HSL color Cylindrical-coordinate representation of color #199BAD: hue angle of 187.3º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #199BAD is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 155 | 173 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.32 |
| HSL | 187.3º | 0.75% | 0.39% | - |
| HSV(B) | 187.3º | 0.86% | 0.68% | - |
| XYZ | 19.67 | 26.67 | 43.65 | - |
| YUV | 118.18 | 158.93 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 155 | 173 | 0.86 | 0.10 | 0 | 0.32 | 187.3 | 0.75 | 0.39 |
| Hex | 19 | 9B | AD | 56 | A | 0 | 20 | BB | 4B | 27 |
| Octal | 31 | 233 | 255 | 126 | 12 | 0 | 40 | 273 | 113 | 47 |
| Binary | 11001 | 10011011 | 10101101 | 1010110 | 1010 | 0 | 100000 | 10111011 | 1001011 | 100111 |
Color Harmonies of #199BAD
Complementary color
Monochromatic Colors of #199BAD
Black with #199BAD
Text Example
Text Example
White with #199BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199BAD; }
p { color: rgb(25,155,173); }
H1.HeaderClassName
{
color: #199BAD;
}
.AnyTagClassName
{
color: #199BAD;
}
</style>
background-color css
<style>
a { background-color: #199BAD; }
a { background-color: rgb(25,155,173); }
div.DivClassName
{
background-color: #199BAD;
}
.BgClassName
{
background-color: #199BAD;
}
</style>
border-color css
<style>
span { border-color: #199BAD; }
span { border-color: rgb(25,155,173); }
td.TdClassName
{
border-color: #199BAD;
}
.TagClassName
{
border-color: #199BAD;
}
</style>