Shades of Pelorous #1995AB
Tints of Pelorous #1995AB
RGB
CMYK
RGB Variations
Color information
#1995AB (or 0x1995AB) is known color: Pelorous. HEX triplet: 19, 95 and AB. RGB value is (25,149,171). Sum of RGB (Red+Green+Blue) = 25+149+171=345 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.25% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #1995AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1995AB is #E66A54. Grayscale: #727272. Windows color (decimal): -15100501 or 11244825. OLE color: 11244825.
HSL color Cylindrical-coordinate representation of color #1995AB: hue angle of 189.04º 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 #1995AB is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 149 | 171 | - |
| CMYK | 0.85 | 0.13 | 0 | 0.33 |
| HSL | 189.04º | 0.74% | 0.38% | - |
| HSV(B) | 189.04º | 0.85% | 0.67% | - |
| XYZ | 18.5 | 24.64 | 42.31 | - |
| YUV | 114.43 | 159.92 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 149 | 171 | 0.85 | 0.13 | 0 | 0.33 | 189.04 | 0.74 | 0.38 |
| Hex | 19 | 95 | AB | 55 | D | 0 | 21 | BD | 4A | 26 |
| Octal | 31 | 225 | 253 | 125 | 15 | 0 | 41 | 275 | 112 | 46 |
| Binary | 11001 | 10010101 | 10101011 | 1010101 | 1101 | 0 | 100001 | 10111101 | 1001010 | 100110 |
Color Harmonies of #1995AB
Complementary color
Monochromatic Colors of #1995AB
Black with #1995AB
Text Example
Text Example
White with #1995AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1995AB; }
p { color: rgb(25,149,171); }
H1.HeaderClassName
{
color: #1995AB;
}
.AnyTagClassName
{
color: #1995AB;
}
</style>
background-color css
<style>
a { background-color: #1995AB; }
a { background-color: rgb(25,149,171); }
div.DivClassName
{
background-color: #1995AB;
}
.BgClassName
{
background-color: #1995AB;
}
</style>
border-color css
<style>
span { border-color: #1995AB; }
span { border-color: rgb(25,149,171); }
td.TdClassName
{
border-color: #1995AB;
}
.TagClassName
{
border-color: #1995AB;
}
</style>