Shades of Pelorous #159FB8
Tints of Pelorous #159FB8
RGB
CMYK
RGB Variations
Color information
#159FB8 (or 0x159FB8) is known color: Pelorous. HEX triplet: 15, 9F and B8. RGB value is (21,159,184). Sum of RGB (Red+Green+Blue) = 21+159+184=364 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.77% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 184 (72.27% from 255 or 50.55% from 364); Max value from RGB is 184 - color contains mainly: blue. Hex color #159FB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159FB8 is #EA6047. Grayscale: #787878. Windows color (decimal): -15360072 or 12099349. OLE color: 12099349.
HSL color Cylindrical-coordinate representation of color #159FB8: hue angle of 189.2º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #159FB8 is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 21 | 159 | 184 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.28 |
| HSL | 189.2º | 0.8% | 0.4% | - |
| HSV(B) | 189.2º | 0.89% | 0.72% | - |
| XYZ | 21.36 | 28.42 | 49.71 | - |
| YUV | 120.59 | 163.78 | 56.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 159 | 184 | 0.89 | 0.14 | 0 | 0.28 | 189.2 | 0.8 | 0.4 |
| Hex | 15 | 9F | B8 | 59 | E | 0 | 1C | BD | 50 | 28 |
| Octal | 25 | 237 | 270 | 131 | 16 | 0 | 34 | 275 | 120 | 50 |
| Binary | 10101 | 10011111 | 10111000 | 1011001 | 1110 | 0 | 11100 | 10111101 | 1010000 | 101000 |
Color Harmonies of #159FB8
Complementary color
Monochromatic Colors of #159FB8
Black with #159FB8
Text Example
Text Example
White with #159FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159FB8; }
p { color: rgb(21,159,184); }
H1.HeaderClassName
{
color: #159FB8;
}
.AnyTagClassName
{
color: #159FB8;
}
</style>
background-color css
<style>
a { background-color: #159FB8; }
a { background-color: rgb(21,159,184); }
div.DivClassName
{
background-color: #159FB8;
}
.BgClassName
{
background-color: #159FB8;
}
</style>
border-color css
<style>
span { border-color: #159FB8; }
span { border-color: rgb(21,159,184); }
td.TdClassName
{
border-color: #159FB8;
}
.TagClassName
{
border-color: #159FB8;
}
</style>