Shades of Pelorous #1497AB
Tints of Pelorous #1497AB
RGB
CMYK
RGB Variations
Color information
#1497AB (or 0x1497AB) is known color: Pelorous. HEX triplet: 14, 97 and AB. RGB value is (20,151,171). Sum of RGB (Red+Green+Blue) = 20+151+171=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 151 (59.38% from 255 or 44.15% 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 #1497AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1497AB is #EB6854. Grayscale: #717171. Windows color (decimal): -15427669 or 11245332. OLE color: 11245332.
HSL color Cylindrical-coordinate representation of color #1497AB: hue angle of 187.95º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1497AB is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 151 | 171 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.33 |
| HSL | 187.95º | 0.79% | 0.37% | - |
| HSV(B) | 187.95º | 0.88% | 0.67% | - |
| XYZ | 18.71 | 25.22 | 42.41 | - |
| YUV | 114.11 | 160.1 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 151 | 171 | 0.88 | 0.12 | 0 | 0.33 | 187.95 | 0.79 | 0.37 |
| Hex | 14 | 97 | AB | 58 | C | 0 | 21 | BC | 4F | 25 |
| Octal | 24 | 227 | 253 | 130 | 14 | 0 | 41 | 274 | 117 | 45 |
| Binary | 10100 | 10010111 | 10101011 | 1011000 | 1100 | 0 | 100001 | 10111100 | 1001111 | 100101 |
Color Harmonies of #1497AB
Complementary color
Monochromatic Colors of #1497AB
Black with #1497AB
Text Example
Text Example
White with #1497AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1497AB; }
p { color: rgb(20,151,171); }
H1.HeaderClassName
{
color: #1497AB;
}
.AnyTagClassName
{
color: #1497AB;
}
</style>
background-color css
<style>
a { background-color: #1497AB; }
a { background-color: rgb(20,151,171); }
div.DivClassName
{
background-color: #1497AB;
}
.BgClassName
{
background-color: #1497AB;
}
</style>
border-color css
<style>
span { border-color: #1497AB; }
span { border-color: rgb(20,151,171); }
td.TdClassName
{
border-color: #1497AB;
}
.TagClassName
{
border-color: #1497AB;
}
</style>