Shades of Pelorous #1999B9
Tints of Pelorous #1999B9
RGB
CMYK
RGB Variations
Color information
#1999B9 (or 0x1999B9) is known color: Pelorous. HEX triplet: 19, 99 and B9. RGB value is (25,153,185). Sum of RGB (Red+Green+Blue) = 25+153+185=363 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.89% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 185 (72.66% from 255 or 50.96% from 363); Max value from RGB is 185 - color contains mainly: blue. Hex color #1999B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1999B9 is #E66646. Grayscale: #767676. Windows color (decimal): -15099463 or 12163353. OLE color: 12163353.
HSL color Cylindrical-coordinate representation of color #1999B9: hue angle of 192º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1999B9 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 153 | 185 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.27 |
| HSL | 192º | 0.76% | 0.41% | - |
| HSV(B) | 192º | 0.86% | 0.73% | - |
| XYZ | 20.55 | 26.49 | 49.93 | - |
| YUV | 118.38 | 165.59 | 61.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 185 | 0.86 | 0.17 | 0 | 0.27 | 192 | 0.76 | 0.41 |
| Hex | 19 | 99 | B9 | 56 | 11 | 0 | 1B | C0 | 4C | 29 |
| Octal | 31 | 231 | 271 | 126 | 21 | 0 | 33 | 300 | 114 | 51 |
| Binary | 11001 | 10011001 | 10111001 | 1010110 | 10001 | 0 | 11011 | 11000000 | 1001100 | 101001 |
Color Harmonies of #1999B9
Complementary color
Monochromatic Colors of #1999B9
Black with #1999B9
Text Example
Text Example
White with #1999B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1999B9; }
p { color: rgb(25,153,185); }
H1.HeaderClassName
{
color: #1999B9;
}
.AnyTagClassName
{
color: #1999B9;
}
</style>
background-color css
<style>
a { background-color: #1999B9; }
a { background-color: rgb(25,153,185); }
div.DivClassName
{
background-color: #1999B9;
}
.BgClassName
{
background-color: #1999B9;
}
</style>
border-color css
<style>
span { border-color: #1999B9; }
span { border-color: rgb(25,153,185); }
td.TdClassName
{
border-color: #1999B9;
}
.TagClassName
{
border-color: #1999B9;
}
</style>