Shades of Pelorous #158DA8
Tints of Pelorous #158DA8
RGB
CMYK
RGB Variations
Color information
#158DA8 (or 0x158DA8) is known color: Pelorous. HEX triplet: 15, 8D and A8. RGB value is (21,141,168). Sum of RGB (Red+Green+Blue) = 21+141+168=330 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.36% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 168 (66.02% from 255 or 50.91% from 330); Max value from RGB is 168 - color contains mainly: blue. Hex color #158DA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158DA8 is #EA7257. Grayscale: #6B6B6B. Windows color (decimal): -15364696 or 11046165. OLE color: 11046165.
HSL color Cylindrical-coordinate representation of color #158DA8: hue angle of 191.02º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #158DA8 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 21 | 141 | 168 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.34 |
| HSL | 191.02º | 0.78% | 0.37% | - |
| HSV(B) | 191.02º | 0.88% | 0.66% | - |
| XYZ | 16.9 | 22.04 | 40.41 | - |
| YUV | 108.2 | 161.74 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 141 | 168 | 0.88 | 0.16 | 0 | 0.34 | 191.02 | 0.78 | 0.37 |
| Hex | 15 | 8D | A8 | 58 | 10 | 0 | 22 | BF | 4E | 25 |
| Octal | 25 | 215 | 250 | 130 | 20 | 0 | 42 | 277 | 116 | 45 |
| Binary | 10101 | 10001101 | 10101000 | 1011000 | 10000 | 0 | 100010 | 10111111 | 1001110 | 100101 |
Color Harmonies of #158DA8
Complementary color
Monochromatic Colors of #158DA8
Black with #158DA8
Text Example
Text Example
White with #158DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158DA8; }
p { color: rgb(21,141,168); }
H1.HeaderClassName
{
color: #158DA8;
}
.AnyTagClassName
{
color: #158DA8;
}
</style>
background-color css
<style>
a { background-color: #158DA8; }
a { background-color: rgb(21,141,168); }
div.DivClassName
{
background-color: #158DA8;
}
.BgClassName
{
background-color: #158DA8;
}
</style>
border-color css
<style>
span { border-color: #158DA8; }
span { border-color: rgb(21,141,168); }
td.TdClassName
{
border-color: #158DA8;
}
.TagClassName
{
border-color: #158DA8;
}
</style>