Shades of Pelorous #1597AB
Tints of Pelorous #1597AB
RGB
CMYK
RGB Variations
Color information
#1597AB (or 0x1597AB) is known color: Pelorous. HEX triplet: 15, 97 and AB. RGB value is (21,151,171). Sum of RGB (Red+Green+Blue) = 21+151+171=343 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.12% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #1597AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1597AB is #EA6854. Grayscale: #727272. Windows color (decimal): -15362133 or 11245333. OLE color: 11245333.
HSL color Cylindrical-coordinate representation of color #1597AB: hue angle of 188º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1597AB is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 151 | 171 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.33 |
| HSL | 188º | 0.78% | 0.38% | - |
| HSV(B) | 188º | 0.88% | 0.67% | - |
| XYZ | 18.73 | 25.23 | 42.41 | - |
| YUV | 114.41 | 159.93 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 151 | 171 | 0.88 | 0.12 | 0 | 0.33 | 188 | 0.78 | 0.38 |
| Hex | 15 | 97 | AB | 58 | C | 0 | 21 | BC | 4E | 26 |
| Octal | 25 | 227 | 253 | 130 | 14 | 0 | 41 | 274 | 116 | 46 |
| Binary | 10101 | 10010111 | 10101011 | 1011000 | 1100 | 0 | 100001 | 10111100 | 1001110 | 100110 |
Color Harmonies of #1597AB
Complementary color
Monochromatic Colors of #1597AB
Black with #1597AB
Text Example
Text Example
White with #1597AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1597AB; }
p { color: rgb(21,151,171); }
H1.HeaderClassName
{
color: #1597AB;
}
.AnyTagClassName
{
color: #1597AB;
}
</style>
background-color css
<style>
a { background-color: #1597AB; }
a { background-color: rgb(21,151,171); }
div.DivClassName
{
background-color: #1597AB;
}
.BgClassName
{
background-color: #1597AB;
}
</style>
border-color css
<style>
span { border-color: #1597AB; }
span { border-color: rgb(21,151,171); }
td.TdClassName
{
border-color: #1597AB;
}
.TagClassName
{
border-color: #1597AB;
}
</style>