Shades of Pelorous #199DBE
Tints of Pelorous #199DBE
RGB
CMYK
RGB Variations
Color information
#199DBE (or 0x199DBE) is known color: Pelorous. HEX triplet: 19, 9D and BE. RGB value is (25,157,190). Sum of RGB (Red+Green+Blue) = 25+157+190=372 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.72% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #199DBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199DBE is #E66241. Grayscale: #797979. Windows color (decimal): -15098434 or 12492057. OLE color: 12492057.
HSL color Cylindrical-coordinate representation of color #199DBE: hue angle of 192º 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 #199DBE is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 157 | 190 | - |
| CMYK | 0.87 | 0.17 | 0 | 0.25 |
| HSL | 192º | 0.77% | 0.42% | - |
| HSV(B) | 192º | 0.87% | 0.75% | - |
| XYZ | 21.75 | 28.04 | 52.98 | - |
| YUV | 121.29 | 166.77 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 157 | 190 | 0.87 | 0.17 | 0 | 0.25 | 192 | 0.77 | 0.42 |
| Hex | 19 | 9D | BE | 57 | 11 | 0 | 19 | C0 | 4D | 2A |
| Octal | 31 | 235 | 276 | 127 | 21 | 0 | 31 | 300 | 115 | 52 |
| Binary | 11001 | 10011101 | 10111110 | 1010111 | 10001 | 0 | 11001 | 11000000 | 1001101 | 101010 |
Color Harmonies of #199DBE
Complementary color
Monochromatic Colors of #199DBE
Black with #199DBE
Text Example
Text Example
White with #199DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199DBE; }
p { color: rgb(25,157,190); }
H1.HeaderClassName
{
color: #199DBE;
}
.AnyTagClassName
{
color: #199DBE;
}
</style>
background-color css
<style>
a { background-color: #199DBE; }
a { background-color: rgb(25,157,190); }
div.DivClassName
{
background-color: #199DBE;
}
.BgClassName
{
background-color: #199DBE;
}
</style>
border-color css
<style>
span { border-color: #199DBE; }
span { border-color: rgb(25,157,190); }
td.TdClassName
{
border-color: #199DBE;
}
.TagClassName
{
border-color: #199DBE;
}
</style>