Shades of Pelorous #158DBB
Tints of Pelorous #158DBB
RGB
CMYK
RGB Variations
Color information
#158DBB (or 0x158DBB) is known color: Pelorous. HEX triplet: 15, 8D and BB. RGB value is (21,141,187). Sum of RGB (Red+Green+Blue) = 21+141+187=349 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.02% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #158DBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158DBB is #EA7244. Grayscale: #6E6E6E. Windows color (decimal): -15364677 or 12291349. OLE color: 12291349.
HSL color Cylindrical-coordinate representation of color #158DBB: hue angle of 196.63º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #158DBB is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 141 | 187 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.27 |
| HSL | 196.63º | 0.8% | 0.41% | - |
| HSV(B) | 196.63º | 0.89% | 0.73% | - |
| XYZ | 18.8 | 22.8 | 50.42 | - |
| YUV | 110.36 | 171.24 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 141 | 187 | 0.89 | 0.25 | 0 | 0.27 | 196.63 | 0.8 | 0.41 |
| Hex | 15 | 8D | BB | 59 | 19 | 0 | 1B | C5 | 50 | 29 |
| Octal | 25 | 215 | 273 | 131 | 31 | 0 | 33 | 305 | 120 | 51 |
| Binary | 10101 | 10001101 | 10111011 | 1011001 | 11001 | 0 | 11011 | 11000101 | 1010000 | 101001 |
Color Harmonies of #158DBB
Complementary color
Monochromatic Colors of #158DBB
Black with #158DBB
Text Example
Text Example
White with #158DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158DBB; }
p { color: rgb(21,141,187); }
H1.HeaderClassName
{
color: #158DBB;
}
.AnyTagClassName
{
color: #158DBB;
}
</style>
background-color css
<style>
a { background-color: #158DBB; }
a { background-color: rgb(21,141,187); }
div.DivClassName
{
background-color: #158DBB;
}
.BgClassName
{
background-color: #158DBB;
}
</style>
border-color css
<style>
span { border-color: #158DBB; }
span { border-color: rgb(21,141,187); }
td.TdClassName
{
border-color: #158DBB;
}
.TagClassName
{
border-color: #158DBB;
}
</style>