Shades of Pelorous #1992AB
Tints of Pelorous #1992AB
RGB
CMYK
RGB Variations
Color information
#1992AB (or 0x1992AB) is known color: Pelorous. HEX triplet: 19, 92 and AB. RGB value is (25,146,171). Sum of RGB (Red+Green+Blue) = 25+146+171=342 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.31% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #1992AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1992AB is #E66D54. Grayscale: #707070. Windows color (decimal): -15101269 or 11244057. OLE color: 11244057.
HSL color Cylindrical-coordinate representation of color #1992AB: hue angle of 190.27º 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 #1992AB is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 146 | 171 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.33 |
| HSL | 190.27º | 0.74% | 0.38% | - |
| HSV(B) | 190.27º | 0.85% | 0.67% | - |
| XYZ | 18.03 | 23.7 | 42.15 | - |
| YUV | 112.67 | 160.91 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 146 | 171 | 0.85 | 0.15 | 0 | 0.33 | 190.27 | 0.74 | 0.38 |
| Hex | 19 | 92 | AB | 55 | F | 0 | 21 | BE | 4A | 26 |
| Octal | 31 | 222 | 253 | 125 | 17 | 0 | 41 | 276 | 112 | 46 |
| Binary | 11001 | 10010010 | 10101011 | 1010101 | 1111 | 0 | 100001 | 10111110 | 1001010 | 100110 |
Color Harmonies of #1992AB
Complementary color
Monochromatic Colors of #1992AB
Black with #1992AB
Text Example
Text Example
White with #1992AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1992AB; }
p { color: rgb(25,146,171); }
H1.HeaderClassName
{
color: #1992AB;
}
.AnyTagClassName
{
color: #1992AB;
}
</style>
background-color css
<style>
a { background-color: #1992AB; }
a { background-color: rgb(25,146,171); }
div.DivClassName
{
background-color: #1992AB;
}
.BgClassName
{
background-color: #1992AB;
}
</style>
border-color css
<style>
span { border-color: #1992AB; }
span { border-color: rgb(25,146,171); }
td.TdClassName
{
border-color: #1992AB;
}
.TagClassName
{
border-color: #1992AB;
}
</style>