Shades of Pelorous #158DAD
Tints of Pelorous #158DAD
RGB
CMYK
RGB Variations
Color information
#158DAD (or 0x158DAD) is known color: Pelorous. HEX triplet: 15, 8D and AD. RGB value is (21,141,173). Sum of RGB (Red+Green+Blue) = 21+141+173=335 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.27% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #158DAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158DAD is #EA7252. Grayscale: #6C6C6C. Windows color (decimal): -15364691 or 11373845. OLE color: 11373845.
HSL color Cylindrical-coordinate representation of color #158DAD: hue angle of 192.63º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #158DAD is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 141 | 173 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.32 |
| HSL | 192.63º | 0.78% | 0.38% | - |
| HSV(B) | 192.63º | 0.88% | 0.68% | - |
| XYZ | 17.38 | 22.23 | 42.91 | - |
| YUV | 108.77 | 164.24 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 141 | 173 | 0.88 | 0.18 | 0 | 0.32 | 192.63 | 0.78 | 0.38 |
| Hex | 15 | 8D | AD | 58 | 12 | 0 | 20 | C1 | 4E | 26 |
| Octal | 25 | 215 | 255 | 130 | 22 | 0 | 40 | 301 | 116 | 46 |
| Binary | 10101 | 10001101 | 10101101 | 1011000 | 10010 | 0 | 100000 | 11000001 | 1001110 | 100110 |
Color Harmonies of #158DAD
Complementary color
Monochromatic Colors of #158DAD
Black with #158DAD
Text Example
Text Example
White with #158DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158DAD; }
p { color: rgb(21,141,173); }
H1.HeaderClassName
{
color: #158DAD;
}
.AnyTagClassName
{
color: #158DAD;
}
</style>
background-color css
<style>
a { background-color: #158DAD; }
a { background-color: rgb(21,141,173); }
div.DivClassName
{
background-color: #158DAD;
}
.BgClassName
{
background-color: #158DAD;
}
</style>
border-color css
<style>
span { border-color: #158DAD; }
span { border-color: rgb(21,141,173); }
td.TdClassName
{
border-color: #158DAD;
}
.TagClassName
{
border-color: #158DAD;
}
</style>