Shades of Pelorous #159DB7
Tints of Pelorous #159DB7
RGB
CMYK
RGB Variations
Color information
#159DB7 (or 0x159DB7) is known color: Pelorous. HEX triplet: 15, 9D and B7. RGB value is (21,157,183). Sum of RGB (Red+Green+Blue) = 21+157+183=361 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.82% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 183 (71.88% from 255 or 50.69% from 361); Max value from RGB is 183 - color contains mainly: blue. Hex color #159DB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159DB7 is #EA6248. Grayscale: #777777. Windows color (decimal): -15360585 or 12033301. OLE color: 12033301.
HSL color Cylindrical-coordinate representation of color #159DB7: hue angle of 189.63º degrees, saturation: 0.79, 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 #159DB7 is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 21 | 157 | 183 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.28 |
| HSL | 189.63º | 0.79% | 0.4% | - |
| HSV(B) | 189.63º | 0.89% | 0.72% | - |
| XYZ | 20.91 | 27.69 | 49.04 | - |
| YUV | 119.3 | 163.94 | 57.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 157 | 183 | 0.89 | 0.14 | 0 | 0.28 | 189.63 | 0.79 | 0.4 |
| Hex | 15 | 9D | B7 | 59 | E | 0 | 1C | BE | 4F | 28 |
| Octal | 25 | 235 | 267 | 131 | 16 | 0 | 34 | 276 | 117 | 50 |
| Binary | 10101 | 10011101 | 10110111 | 1011001 | 1110 | 0 | 11100 | 10111110 | 1001111 | 101000 |
Color Harmonies of #159DB7
Complementary color
Monochromatic Colors of #159DB7
Black with #159DB7
Text Example
Text Example
White with #159DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159DB7; }
p { color: rgb(21,157,183); }
H1.HeaderClassName
{
color: #159DB7;
}
.AnyTagClassName
{
color: #159DB7;
}
</style>
background-color css
<style>
a { background-color: #159DB7; }
a { background-color: rgb(21,157,183); }
div.DivClassName
{
background-color: #159DB7;
}
.BgClassName
{
background-color: #159DB7;
}
</style>
border-color css
<style>
span { border-color: #159DB7; }
span { border-color: rgb(21,157,183); }
td.TdClassName
{
border-color: #159DB7;
}
.TagClassName
{
border-color: #159DB7;
}
</style>