Shades of Pelorous #1999AB
Tints of Pelorous #1999AB
RGB
CMYK
RGB Variations
Color information
#1999AB (or 0x1999AB) is known color: Pelorous. HEX triplet: 19, 99 and AB. RGB value is (25,153,171). Sum of RGB (Red+Green+Blue) = 25+153+171=349 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.16% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #1999AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1999AB is #E66654. Grayscale: #747474. Windows color (decimal): -15099477 or 11245849. OLE color: 11245849.
HSL color Cylindrical-coordinate representation of color #1999AB: hue angle of 187.4º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1999AB is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 153 | 171 | - |
| CMYK | 0.85 | 0.11 | 0 | 0.33 |
| HSL | 187.4º | 0.74% | 0.38% | - |
| HSV(B) | 187.4º | 0.85% | 0.67% | - |
| XYZ | 19.14 | 25.93 | 42.52 | - |
| YUV | 116.78 | 158.59 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 171 | 0.85 | 0.11 | 0 | 0.33 | 187.4 | 0.74 | 0.38 |
| Hex | 19 | 99 | AB | 55 | B | 0 | 21 | BB | 4A | 26 |
| Octal | 31 | 231 | 253 | 125 | 13 | 0 | 41 | 273 | 112 | 46 |
| Binary | 11001 | 10011001 | 10101011 | 1010101 | 1011 | 0 | 100001 | 10111011 | 1001010 | 100110 |
Color Harmonies of #1999AB
Complementary color
Monochromatic Colors of #1999AB
Black with #1999AB
Text Example
Text Example
White with #1999AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1999AB; }
p { color: rgb(25,153,171); }
H1.HeaderClassName
{
color: #1999AB;
}
.AnyTagClassName
{
color: #1999AB;
}
</style>
background-color css
<style>
a { background-color: #1999AB; }
a { background-color: rgb(25,153,171); }
div.DivClassName
{
background-color: #1999AB;
}
.BgClassName
{
background-color: #1999AB;
}
</style>
border-color css
<style>
span { border-color: #1999AB; }
span { border-color: rgb(25,153,171); }
td.TdClassName
{
border-color: #1999AB;
}
.TagClassName
{
border-color: #1999AB;
}
</style>