Shades of Pelorous #159BAA
Tints of Pelorous #159BAA
RGB
CMYK
RGB Variations
Color information
#159BAA (or 0x159BAA) is known color: Pelorous. HEX triplet: 15, 9B and AA. RGB value is (21,155,170). Sum of RGB (Red+Green+Blue) = 21+155+170=346 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.07% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #159BAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159BAA is #EA6455. Grayscale: #747474. Windows color (decimal): -15361110 or 11180821. OLE color: 11180821.
HSL color Cylindrical-coordinate representation of color #159BAA: hue angle of 186.04º degrees, saturation: 0.78, 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 #159BAA is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 155 | 170 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.33 |
| HSL | 186.04º | 0.78% | 0.37% | - |
| HSV(B) | 186.04º | 0.88% | 0.67% | - |
| XYZ | 19.29 | 26.5 | 42.13 | - |
| YUV | 116.64 | 158.11 | 59.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 155 | 170 | 0.88 | 0.09 | 0 | 0.33 | 186.04 | 0.78 | 0.37 |
| Hex | 15 | 9B | AA | 58 | 9 | 0 | 21 | BA | 4E | 25 |
| Octal | 25 | 233 | 252 | 130 | 11 | 0 | 41 | 272 | 116 | 45 |
| Binary | 10101 | 10011011 | 10101010 | 1011000 | 1001 | 0 | 100001 | 10111010 | 1001110 | 100101 |
Color Harmonies of #159BAA
Complementary color
Monochromatic Colors of #159BAA
Black with #159BAA
Text Example
Text Example
White with #159BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159BAA; }
p { color: rgb(21,155,170); }
H1.HeaderClassName
{
color: #159BAA;
}
.AnyTagClassName
{
color: #159BAA;
}
</style>
background-color css
<style>
a { background-color: #159BAA; }
a { background-color: rgb(21,155,170); }
div.DivClassName
{
background-color: #159BAA;
}
.BgClassName
{
background-color: #159BAA;
}
</style>
border-color css
<style>
span { border-color: #159BAA; }
span { border-color: rgb(21,155,170); }
td.TdClassName
{
border-color: #159BAA;
}
.TagClassName
{
border-color: #159BAA;
}
</style>