Shades of Pelorous #1996AB
Tints of Pelorous #1996AB
RGB
CMYK
RGB Variations
Color information
#1996AB (or 0x1996AB) is known color: Pelorous. HEX triplet: 19, 96 and AB. RGB value is (25,150,171). Sum of RGB (Red+Green+Blue) = 25+150+171=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #1996AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1996AB is #E66954. Grayscale: #727272. Windows color (decimal): -15100245 or 11245081. OLE color: 11245081.
HSL color Cylindrical-coordinate representation of color #1996AB: hue angle of 188.63º 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 #1996AB is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 150 | 171 | - |
| CMYK | 0.85 | 0.12 | 0 | 0.33 |
| HSL | 188.63º | 0.74% | 0.38% | - |
| HSV(B) | 188.63º | 0.85% | 0.67% | - |
| XYZ | 18.66 | 24.96 | 42.36 | - |
| YUV | 115.02 | 159.59 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 150 | 171 | 0.85 | 0.12 | 0 | 0.33 | 188.63 | 0.74 | 0.38 |
| Hex | 19 | 96 | AB | 55 | C | 0 | 21 | BD | 4A | 26 |
| Octal | 31 | 226 | 253 | 125 | 14 | 0 | 41 | 275 | 112 | 46 |
| Binary | 11001 | 10010110 | 10101011 | 1010101 | 1100 | 0 | 100001 | 10111101 | 1001010 | 100110 |
Color Harmonies of #1996AB
Complementary color
Monochromatic Colors of #1996AB
Black with #1996AB
Text Example
Text Example
White with #1996AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1996AB; }
p { color: rgb(25,150,171); }
H1.HeaderClassName
{
color: #1996AB;
}
.AnyTagClassName
{
color: #1996AB;
}
</style>
background-color css
<style>
a { background-color: #1996AB; }
a { background-color: rgb(25,150,171); }
div.DivClassName
{
background-color: #1996AB;
}
.BgClassName
{
background-color: #1996AB;
}
</style>
border-color css
<style>
span { border-color: #1996AB; }
span { border-color: rgb(25,150,171); }
td.TdClassName
{
border-color: #1996AB;
}
.TagClassName
{
border-color: #1996AB;
}
</style>