Shades of Pelorous #19AABB
Tints of Pelorous #19AABB
RGB
CMYK
RGB Variations
Color information
#19AABB (or 0x19AABB) is known color: Pelorous. HEX triplet: 19, AA and BB. RGB value is (25,170,187). Sum of RGB (Red+Green+Blue) = 25+170+187=382 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.54% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #19AABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19AABB is #E65544. Grayscale: #808080. Windows color (decimal): -15095109 or 12298777. OLE color: 12298777.
HSL color Cylindrical-coordinate representation of color #19AABB: hue angle of 186.3º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19AABB is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 170 | 187 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.27 |
| HSL | 186.3º | 0.76% | 0.42% | - |
| HSV(B) | 186.3º | 0.87% | 0.73% | - |
| XYZ | 23.75 | 32.54 | 52.04 | - |
| YUV | 128.58 | 160.96 | 54.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 170 | 187 | 0.87 | 0.09 | 0 | 0.27 | 186.3 | 0.76 | 0.42 |
| Hex | 19 | AA | BB | 57 | 9 | 0 | 1B | BA | 4C | 2A |
| Octal | 31 | 252 | 273 | 127 | 11 | 0 | 33 | 272 | 114 | 52 |
| Binary | 11001 | 10101010 | 10111011 | 1010111 | 1001 | 0 | 11011 | 10111010 | 1001100 | 101010 |
Color Harmonies of #19AABB
Complementary color
Monochromatic Colors of #19AABB
Black with #19AABB
Text Example
Text Example
White with #19AABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AABB; }
p { color: rgb(25,170,187); }
H1.HeaderClassName
{
color: #19AABB;
}
.AnyTagClassName
{
color: #19AABB;
}
</style>
background-color css
<style>
a { background-color: #19AABB; }
a { background-color: rgb(25,170,187); }
div.DivClassName
{
background-color: #19AABB;
}
.BgClassName
{
background-color: #19AABB;
}
</style>
border-color css
<style>
span { border-color: #19AABB; }
span { border-color: rgb(25,170,187); }
td.TdClassName
{
border-color: #19AABB;
}
.TagClassName
{
border-color: #19AABB;
}
</style>