Shades of Pelorous #158FAC
Tints of Pelorous #158FAC
RGB
CMYK
RGB Variations
Color information
#158FAC (or 0x158FAC) is known color: Pelorous. HEX triplet: 15, 8F and AC. RGB value is (21,143,172). Sum of RGB (Red+Green+Blue) = 21+143+172=336 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.25% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #158FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158FAC is #EA7053. Grayscale: #6D6D6D. Windows color (decimal): -15364180 or 11308821. OLE color: 11308821.
HSL color Cylindrical-coordinate representation of color #158FAC: hue angle of 191.52º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #158FAC is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 143 | 172 | - |
| CMYK | 0.88 | 0.17 | 0 | 0.33 |
| HSL | 191.52º | 0.78% | 0.38% | - |
| HSV(B) | 191.52º | 0.88% | 0.67% | - |
| XYZ | 17.58 | 22.78 | 42.5 | - |
| YUV | 109.83 | 163.08 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 143 | 172 | 0.88 | 0.17 | 0 | 0.33 | 191.52 | 0.78 | 0.38 |
| Hex | 15 | 8F | AC | 58 | 11 | 0 | 21 | C0 | 4E | 26 |
| Octal | 25 | 217 | 254 | 130 | 21 | 0 | 41 | 300 | 116 | 46 |
| Binary | 10101 | 10001111 | 10101100 | 1011000 | 10001 | 0 | 100001 | 11000000 | 1001110 | 100110 |
Color Harmonies of #158FAC
Complementary color
Monochromatic Colors of #158FAC
Black with #158FAC
Text Example
Text Example
White with #158FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158FAC; }
p { color: rgb(21,143,172); }
H1.HeaderClassName
{
color: #158FAC;
}
.AnyTagClassName
{
color: #158FAC;
}
</style>
background-color css
<style>
a { background-color: #158FAC; }
a { background-color: rgb(21,143,172); }
div.DivClassName
{
background-color: #158FAC;
}
.BgClassName
{
background-color: #158FAC;
}
</style>
border-color css
<style>
span { border-color: #158FAC; }
span { border-color: rgb(21,143,172); }
td.TdClassName
{
border-color: #158FAC;
}
.TagClassName
{
border-color: #158FAC;
}
</style>