Shades of Pelorous #159BA8
Tints of Pelorous #159BA8
RGB
CMYK
RGB Variations
Color information
#159BA8 (or 0x159BA8) is known color: Pelorous. HEX triplet: 15, 9B and A8. RGB value is (21,155,168). Sum of RGB (Red+Green+Blue) = 21+155+168=344 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.10% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 168 (66.02% from 255 or 48.84% from 344); Max value from RGB is 168 - color contains mainly: blue. Hex color #159BA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159BA8 is #EA6457. Grayscale: #747474. Windows color (decimal): -15361112 or 11049749. OLE color: 11049749.
HSL color Cylindrical-coordinate representation of color #159BA8: hue angle of 185.31º 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 #159BA8 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 21 | 155 | 168 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.34 |
| HSL | 185.31º | 0.78% | 0.37% | - |
| HSV(B) | 185.31º | 0.88% | 0.66% | - |
| XYZ | 19.1 | 26.43 | 41.14 | - |
| YUV | 116.42 | 157.11 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 155 | 168 | 0.88 | 0.08 | 0 | 0.34 | 185.31 | 0.78 | 0.37 |
| Hex | 15 | 9B | A8 | 58 | 8 | 0 | 22 | B9 | 4E | 25 |
| Octal | 25 | 233 | 250 | 130 | 10 | 0 | 42 | 271 | 116 | 45 |
| Binary | 10101 | 10011011 | 10101000 | 1011000 | 1000 | 0 | 100010 | 10111001 | 1001110 | 100101 |
Color Harmonies of #159BA8
Complementary color
Monochromatic Colors of #159BA8
Black with #159BA8
Text Example
Text Example
White with #159BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159BA8; }
p { color: rgb(21,155,168); }
H1.HeaderClassName
{
color: #159BA8;
}
.AnyTagClassName
{
color: #159BA8;
}
</style>
background-color css
<style>
a { background-color: #159BA8; }
a { background-color: rgb(21,155,168); }
div.DivClassName
{
background-color: #159BA8;
}
.BgClassName
{
background-color: #159BA8;
}
</style>
border-color css
<style>
span { border-color: #159BA8; }
span { border-color: rgb(21,155,168); }
td.TdClassName
{
border-color: #159BA8;
}
.TagClassName
{
border-color: #159BA8;
}
</style>