Shades of Pelorous #158DBD
Tints of Pelorous #158DBD
RGB
CMYK
RGB Variations
Color information
#158DBD (or 0x158DBD) is known color: Pelorous. HEX triplet: 15, 8D and BD. RGB value is (21,141,189). Sum of RGB (Red+Green+Blue) = 21+141+189=351 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.98% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #158DBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158DBD is #EA7242. Grayscale: #6E6E6E. Windows color (decimal): -15364675 or 12422421. OLE color: 12422421.
HSL color Cylindrical-coordinate representation of color #158DBD: hue angle of 197.14º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #158DBD is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 141 | 189 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.26 |
| HSL | 197.14º | 0.8% | 0.41% | - |
| HSV(B) | 197.14º | 0.89% | 0.74% | - |
| XYZ | 19.02 | 22.88 | 51.56 | - |
| YUV | 110.59 | 172.24 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 141 | 189 | 0.89 | 0.25 | 0 | 0.26 | 197.14 | 0.8 | 0.41 |
| Hex | 15 | 8D | BD | 59 | 19 | 0 | 1A | C5 | 50 | 29 |
| Octal | 25 | 215 | 275 | 131 | 31 | 0 | 32 | 305 | 120 | 51 |
| Binary | 10101 | 10001101 | 10111101 | 1011001 | 11001 | 0 | 11010 | 11000101 | 1010000 | 101001 |
Color Harmonies of #158DBD
Complementary color
Monochromatic Colors of #158DBD
Black with #158DBD
Text Example
Text Example
White with #158DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158DBD; }
p { color: rgb(21,141,189); }
H1.HeaderClassName
{
color: #158DBD;
}
.AnyTagClassName
{
color: #158DBD;
}
</style>
background-color css
<style>
a { background-color: #158DBD; }
a { background-color: rgb(21,141,189); }
div.DivClassName
{
background-color: #158DBD;
}
.BgClassName
{
background-color: #158DBD;
}
</style>
border-color css
<style>
span { border-color: #158DBD; }
span { border-color: rgb(21,141,189); }
td.TdClassName
{
border-color: #158DBD;
}
.TagClassName
{
border-color: #158DBD;
}
</style>