Shades of Pelorous #199AAA
Tints of Pelorous #199AAA
RGB
CMYK
RGB Variations
Color information
#199AAA (or 0x199AAA) is known color: Pelorous. HEX triplet: 19, 9A and AA. RGB value is (25,154,170). Sum of RGB (Red+Green+Blue) = 25+154+170=349 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.16% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #199AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199AAA is #E66555. Grayscale: #757575. Windows color (decimal): -15099222 or 11180569. OLE color: 11180569.
HSL color Cylindrical-coordinate representation of color #199AAA: hue angle of 186.62º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #199AAA is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 154 | 170 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.33 |
| HSL | 186.62º | 0.74% | 0.38% | - |
| HSV(B) | 186.62º | 0.85% | 0.67% | - |
| XYZ | 19.21 | 26.22 | 42.08 | - |
| YUV | 117.25 | 157.76 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 154 | 170 | 0.85 | 0.09 | 0 | 0.33 | 186.62 | 0.74 | 0.38 |
| Hex | 19 | 9A | AA | 55 | 9 | 0 | 21 | BB | 4A | 26 |
| Octal | 31 | 232 | 252 | 125 | 11 | 0 | 41 | 273 | 112 | 46 |
| Binary | 11001 | 10011010 | 10101010 | 1010101 | 1001 | 0 | 100001 | 10111011 | 1001010 | 100110 |
Color Harmonies of #199AAA
Complementary color
Monochromatic Colors of #199AAA
Black with #199AAA
Text Example
Text Example
White with #199AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199AAA; }
p { color: rgb(25,154,170); }
H1.HeaderClassName
{
color: #199AAA;
}
.AnyTagClassName
{
color: #199AAA;
}
</style>
background-color css
<style>
a { background-color: #199AAA; }
a { background-color: rgb(25,154,170); }
div.DivClassName
{
background-color: #199AAA;
}
.BgClassName
{
background-color: #199AAA;
}
</style>
border-color css
<style>
span { border-color: #199AAA; }
span { border-color: rgb(25,154,170); }
td.TdClassName
{
border-color: #199AAA;
}
.TagClassName
{
border-color: #199AAA;
}
</style>