Shades of Pelorous #159BAE
Tints of Pelorous #159BAE
RGB
CMYK
RGB Variations
Color information
#159BAE (or 0x159BAE) is known color: Pelorous. HEX triplet: 15, 9B and AE. RGB value is (21,155,174). Sum of RGB (Red+Green+Blue) = 21+155+174=350 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #159BAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159BAE is #EA6451. Grayscale: #747474. Windows color (decimal): -15361106 or 11442965. OLE color: 11442965.
HSL color Cylindrical-coordinate representation of color #159BAE: hue angle of 187.45º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #159BAE is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 155 | 174 | - |
| CMYK | 0.88 | 0.11 | 0 | 0.32 |
| HSL | 187.45º | 0.78% | 0.38% | - |
| HSV(B) | 187.45º | 0.88% | 0.68% | - |
| XYZ | 19.67 | 26.66 | 44.15 | - |
| YUV | 117.1 | 160.11 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 155 | 174 | 0.88 | 0.11 | 0 | 0.32 | 187.45 | 0.78 | 0.38 |
| Hex | 15 | 9B | AE | 58 | B | 0 | 20 | BB | 4E | 26 |
| Octal | 25 | 233 | 256 | 130 | 13 | 0 | 40 | 273 | 116 | 46 |
| Binary | 10101 | 10011011 | 10101110 | 1011000 | 1011 | 0 | 100000 | 10111011 | 1001110 | 100110 |
Color Harmonies of #159BAE
Complementary color
Monochromatic Colors of #159BAE
Black with #159BAE
Text Example
Text Example
White with #159BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159BAE; }
p { color: rgb(21,155,174); }
H1.HeaderClassName
{
color: #159BAE;
}
.AnyTagClassName
{
color: #159BAE;
}
</style>
background-color css
<style>
a { background-color: #159BAE; }
a { background-color: rgb(21,155,174); }
div.DivClassName
{
background-color: #159BAE;
}
.BgClassName
{
background-color: #159BAE;
}
</style>
border-color css
<style>
span { border-color: #159BAE; }
span { border-color: rgb(21,155,174); }
td.TdClassName
{
border-color: #159BAE;
}
.TagClassName
{
border-color: #159BAE;
}
</style>