Shades of Pelorous #19A1BB
Tints of Pelorous #19A1BB
RGB
CMYK
RGB Variations
Color information
#19A1BB (or 0x19A1BB) is known color: Pelorous. HEX triplet: 19, A1 and BB. RGB value is (25,161,187). Sum of RGB (Red+Green+Blue) = 25+161+187=373 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.70% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #19A1BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A1BB is #E65E44. Grayscale: #7B7B7B. Windows color (decimal): -15097413 or 12296473. OLE color: 12296473.
HSL color Cylindrical-coordinate representation of color #19A1BB: hue angle of 189.63º 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 #19A1BB is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 161 | 187 | - |
| CMYK | 0.87 | 0.14 | 0 | 0.27 |
| HSL | 189.63º | 0.76% | 0.42% | - |
| HSV(B) | 189.63º | 0.87% | 0.73% | - |
| XYZ | 22.12 | 29.28 | 51.5 | - |
| YUV | 123.3 | 163.94 | 57.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 161 | 187 | 0.87 | 0.14 | 0 | 0.27 | 189.63 | 0.76 | 0.42 |
| Hex | 19 | A1 | BB | 57 | E | 0 | 1B | BE | 4C | 2A |
| Octal | 31 | 241 | 273 | 127 | 16 | 0 | 33 | 276 | 114 | 52 |
| Binary | 11001 | 10100001 | 10111011 | 1010111 | 1110 | 0 | 11011 | 10111110 | 1001100 | 101010 |
Color Harmonies of #19A1BB
Complementary color
Monochromatic Colors of #19A1BB
Black with #19A1BB
Text Example
Text Example
White with #19A1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A1BB; }
p { color: rgb(25,161,187); }
H1.HeaderClassName
{
color: #19A1BB;
}
.AnyTagClassName
{
color: #19A1BB;
}
</style>
background-color css
<style>
a { background-color: #19A1BB; }
a { background-color: rgb(25,161,187); }
div.DivClassName
{
background-color: #19A1BB;
}
.BgClassName
{
background-color: #19A1BB;
}
</style>
border-color css
<style>
span { border-color: #19A1BB; }
span { border-color: rgb(25,161,187); }
td.TdClassName
{
border-color: #19A1BB;
}
.TagClassName
{
border-color: #19A1BB;
}
</style>