Shades of Pelorous #158EBA
Tints of Pelorous #158EBA
RGB
CMYK
RGB Variations
Color information
#158EBA (or 0x158EBA) is known color: Pelorous. HEX triplet: 15, 8E and BA. RGB value is (21,142,186). Sum of RGB (Red+Green+Blue) = 21+142+186=349 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.02% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #158EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158EBA is #EA7145. Grayscale: #6E6E6E. Windows color (decimal): -15364422 or 12226069. OLE color: 12226069.
HSL color Cylindrical-coordinate representation of color #158EBA: hue angle of 196º 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 #158EBA is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 142 | 186 | - |
| CMYK | 0.89 | 0.24 | 0 | 0.27 |
| HSL | 196º | 0.8% | 0.41% | - |
| HSV(B) | 196º | 0.89% | 0.73% | - |
| XYZ | 18.85 | 23.05 | 49.91 | - |
| YUV | 110.84 | 170.41 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 142 | 186 | 0.89 | 0.24 | 0 | 0.27 | 196 | 0.8 | 0.41 |
| Hex | 15 | 8E | BA | 59 | 18 | 0 | 1B | C4 | 50 | 29 |
| Octal | 25 | 216 | 272 | 131 | 30 | 0 | 33 | 304 | 120 | 51 |
| Binary | 10101 | 10001110 | 10111010 | 1011001 | 11000 | 0 | 11011 | 11000100 | 1010000 | 101001 |
Color Harmonies of #158EBA
Complementary color
Monochromatic Colors of #158EBA
Black with #158EBA
Text Example
Text Example
White with #158EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158EBA; }
p { color: rgb(21,142,186); }
H1.HeaderClassName
{
color: #158EBA;
}
.AnyTagClassName
{
color: #158EBA;
}
</style>
background-color css
<style>
a { background-color: #158EBA; }
a { background-color: rgb(21,142,186); }
div.DivClassName
{
background-color: #158EBA;
}
.BgClassName
{
background-color: #158EBA;
}
</style>
border-color css
<style>
span { border-color: #158EBA; }
span { border-color: rgb(21,142,186); }
td.TdClassName
{
border-color: #158EBA;
}
.TagClassName
{
border-color: #158EBA;
}
</style>