Shades of Pelorous #199ABB
Tints of Pelorous #199ABB
RGB
CMYK
RGB Variations
Color information
#199ABB (or 0x199ABB) is known color: Pelorous. HEX triplet: 19, 9A and BB. RGB value is (25,154,187). Sum of RGB (Red+Green+Blue) = 25+154+187=366 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.83% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #199ABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199ABB is #E66544. Grayscale: #767676. Windows color (decimal): -15099205 or 12294681. OLE color: 12294681.
HSL color Cylindrical-coordinate representation of color #199ABB: hue angle of 192.22º 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 #199ABB is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 154 | 187 | - |
| CMYK | 0.87 | 0.18 | 0 | 0.27 |
| HSL | 192.22º | 0.76% | 0.42% | - |
| HSV(B) | 192.22º | 0.87% | 0.73% | - |
| XYZ | 20.93 | 26.91 | 51.1 | - |
| YUV | 119.19 | 166.26 | 60.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 154 | 187 | 0.87 | 0.18 | 0 | 0.27 | 192.22 | 0.76 | 0.42 |
| Hex | 19 | 9A | BB | 57 | 12 | 0 | 1B | C0 | 4C | 2A |
| Octal | 31 | 232 | 273 | 127 | 22 | 0 | 33 | 300 | 114 | 52 |
| Binary | 11001 | 10011010 | 10111011 | 1010111 | 10010 | 0 | 11011 | 11000000 | 1001100 | 101010 |
Color Harmonies of #199ABB
Complementary color
Monochromatic Colors of #199ABB
Black with #199ABB
Text Example
Text Example
White with #199ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199ABB; }
p { color: rgb(25,154,187); }
H1.HeaderClassName
{
color: #199ABB;
}
.AnyTagClassName
{
color: #199ABB;
}
</style>
background-color css
<style>
a { background-color: #199ABB; }
a { background-color: rgb(25,154,187); }
div.DivClassName
{
background-color: #199ABB;
}
.BgClassName
{
background-color: #199ABB;
}
</style>
border-color css
<style>
span { border-color: #199ABB; }
span { border-color: rgb(25,154,187); }
td.TdClassName
{
border-color: #199ABB;
}
.TagClassName
{
border-color: #199ABB;
}
</style>