Shades of Pelorous #159AC0
Tints of Pelorous #159AC0
RGB
CMYK
RGB Variations
Color information
#159AC0 (or 0x159AC0) is known color: Pelorous. HEX triplet: 15, 9A and C0. RGB value is (21,154,192). Sum of RGB (Red+Green+Blue) = 21+154+192=367 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.72% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 192 (75.39% from 255 or 52.32% from 367); Max value from RGB is 192 - color contains mainly: blue. Hex color #159AC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159AC0 is #EA653F. Grayscale: #767676. Windows color (decimal): -15361344 or 12622357. OLE color: 12622357.
HSL color Cylindrical-coordinate representation of color #159AC0: hue angle of 193.33º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #159AC0 is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 154 | 192 | - |
| CMYK | 0.89 | 0.20 | 0 | 0.25 |
| HSL | 193.33º | 0.8% | 0.42% | - |
| HSV(B) | 193.33º | 0.89% | 0.75% | - |
| XYZ | 21.38 | 27.08 | 53.97 | - |
| YUV | 118.57 | 169.44 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 154 | 192 | 0.89 | 0.20 | 0 | 0.25 | 193.33 | 0.8 | 0.42 |
| Hex | 15 | 9A | C0 | 59 | 14 | 0 | 19 | C1 | 50 | 2A |
| Octal | 25 | 232 | 300 | 131 | 24 | 0 | 31 | 301 | 120 | 52 |
| Binary | 10101 | 10011010 | 11000000 | 1011001 | 10100 | 0 | 11001 | 11000001 | 1010000 | 101010 |
Color Harmonies of #159AC0
Complementary color
Monochromatic Colors of #159AC0
Black with #159AC0
Text Example
Text Example
White with #159AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159AC0; }
p { color: rgb(21,154,192); }
H1.HeaderClassName
{
color: #159AC0;
}
.AnyTagClassName
{
color: #159AC0;
}
</style>
background-color css
<style>
a { background-color: #159AC0; }
a { background-color: rgb(21,154,192); }
div.DivClassName
{
background-color: #159AC0;
}
.BgClassName
{
background-color: #159AC0;
}
</style>
border-color css
<style>
span { border-color: #159AC0; }
span { border-color: rgb(21,154,192); }
td.TdClassName
{
border-color: #159AC0;
}
.TagClassName
{
border-color: #159AC0;
}
</style>