Shades of Pelorous #159EA8
Tints of Pelorous #159EA8
RGB
CMYK
RGB Variations
Color information
#159EA8 (or 0x159EA8) is known color: Pelorous. HEX triplet: 15, 9E and A8. RGB value is (21,158,168). Sum of RGB (Red+Green+Blue) = 21+158+168=347 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.05% from 347); Green value is 158 (62.11% from 255 or 45.53% from 347); Blue value is 168 (66.02% from 255 or 48.41% from 347); Max value from RGB is 168 - color contains mainly: blue. Hex color #159EA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159EA8 is #EA6157. Grayscale: #767676. Windows color (decimal): -15360344 or 11050517. OLE color: 11050517.
HSL color Cylindrical-coordinate representation of color #159EA8: hue angle of 184.08º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #159EA8 is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 21 | 158 | 168 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.34 |
| HSL | 184.08º | 0.78% | 0.37% | - |
| HSV(B) | 184.08º | 0.88% | 0.66% | - |
| XYZ | 19.6 | 27.44 | 41.31 | - |
| YUV | 118.18 | 156.11 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 158 | 168 | 0.88 | 0.06 | 0 | 0.34 | 184.08 | 0.78 | 0.37 |
| Hex | 15 | 9E | A8 | 58 | 6 | 0 | 22 | B8 | 4E | 25 |
| Octal | 25 | 236 | 250 | 130 | 6 | 0 | 42 | 270 | 116 | 45 |
| Binary | 10101 | 10011110 | 10101000 | 1011000 | 110 | 0 | 100010 | 10111000 | 1001110 | 100101 |
Color Harmonies of #159EA8
Complementary color
Monochromatic Colors of #159EA8
Black with #159EA8
Text Example
Text Example
White with #159EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159EA8; }
p { color: rgb(21,158,168); }
H1.HeaderClassName
{
color: #159EA8;
}
.AnyTagClassName
{
color: #159EA8;
}
</style>
background-color css
<style>
a { background-color: #159EA8; }
a { background-color: rgb(21,158,168); }
div.DivClassName
{
background-color: #159EA8;
}
.BgClassName
{
background-color: #159EA8;
}
</style>
border-color css
<style>
span { border-color: #159EA8; }
span { border-color: rgb(21,158,168); }
td.TdClassName
{
border-color: #159EA8;
}
.TagClassName
{
border-color: #159EA8;
}
</style>