Shades of Pelorous #199CBF
Tints of Pelorous #199CBF
RGB
CMYK
RGB Variations
Color information
#199CBF (or 0x199CBF) is known color: Pelorous. HEX triplet: 19, 9C and BF. RGB value is (25,156,191). Sum of RGB (Red+Green+Blue) = 25+156+191=372 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.72% from 372); Green value is 156 (61.33% from 255 or 41.94% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #199CBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199CBF is #E66340. Grayscale: #787878. Windows color (decimal): -15098689 or 12557337. OLE color: 12557337.
HSL color Cylindrical-coordinate representation of color #199CBF: hue angle of 192.65º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #199CBF is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 156 | 191 | - |
| CMYK | 0.87 | 0.18 | 0 | 0.25 |
| HSL | 192.65º | 0.77% | 0.42% | - |
| HSV(B) | 192.65º | 0.87% | 0.75% | - |
| XYZ | 21.69 | 27.75 | 53.5 | - |
| YUV | 120.82 | 167.6 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 191 | 0.87 | 0.18 | 0 | 0.25 | 192.65 | 0.77 | 0.42 |
| Hex | 19 | 9C | BF | 57 | 12 | 0 | 19 | C1 | 4D | 2A |
| Octal | 31 | 234 | 277 | 127 | 22 | 0 | 31 | 301 | 115 | 52 |
| Binary | 11001 | 10011100 | 10111111 | 1010111 | 10010 | 0 | 11001 | 11000001 | 1001101 | 101010 |
Color Harmonies of #199CBF
Complementary color
Monochromatic Colors of #199CBF
Black with #199CBF
Text Example
Text Example
White with #199CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199CBF; }
p { color: rgb(25,156,191); }
H1.HeaderClassName
{
color: #199CBF;
}
.AnyTagClassName
{
color: #199CBF;
}
</style>
background-color css
<style>
a { background-color: #199CBF; }
a { background-color: rgb(25,156,191); }
div.DivClassName
{
background-color: #199CBF;
}
.BgClassName
{
background-color: #199CBF;
}
</style>
border-color css
<style>
span { border-color: #199CBF; }
span { border-color: rgb(25,156,191); }
td.TdClassName
{
border-color: #199CBF;
}
.TagClassName
{
border-color: #199CBF;
}
</style>