Shades of Pelorous #158FC1
Tints of Pelorous #158FC1
RGB
CMYK
RGB Variations
Color information
#158FC1 (or 0x158FC1) is known color: Pelorous. HEX triplet: 15, 8F and C1. RGB value is (21,143,193). Sum of RGB (Red+Green+Blue) = 21+143+193=357 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.88% from 357); Green value is 143 (56.25% from 255 or 40.06% from 357); Blue value is 193 (75.78% from 255 or 54.06% from 357); Max value from RGB is 193 - color contains mainly: blue. Hex color #158FC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158FC1 is #EA703E. Grayscale: #6F6F6F. Windows color (decimal): -15364159 or 12685077. OLE color: 12685077.
HSL color Cylindrical-coordinate representation of color #158FC1: hue angle of 197.44º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #158FC1 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 143 | 193 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.24 |
| HSL | 197.44º | 0.8% | 0.42% | - |
| HSV(B) | 197.44º | 0.89% | 0.76% | - |
| XYZ | 19.76 | 23.65 | 53.98 | - |
| YUV | 112.22 | 173.58 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 143 | 193 | 0.89 | 0.26 | 0 | 0.24 | 197.44 | 0.8 | 0.42 |
| Hex | 15 | 8F | C1 | 59 | 1A | 0 | 18 | C5 | 50 | 2A |
| Octal | 25 | 217 | 301 | 131 | 32 | 0 | 30 | 305 | 120 | 52 |
| Binary | 10101 | 10001111 | 11000001 | 1011001 | 11010 | 0 | 11000 | 11000101 | 1010000 | 101010 |
Color Harmonies of #158FC1
Complementary color
Monochromatic Colors of #158FC1
Black with #158FC1
Text Example
Text Example
White with #158FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158FC1; }
p { color: rgb(21,143,193); }
H1.HeaderClassName
{
color: #158FC1;
}
.AnyTagClassName
{
color: #158FC1;
}
</style>
background-color css
<style>
a { background-color: #158FC1; }
a { background-color: rgb(21,143,193); }
div.DivClassName
{
background-color: #158FC1;
}
.BgClassName
{
background-color: #158FC1;
}
</style>
border-color css
<style>
span { border-color: #158FC1; }
span { border-color: rgb(21,143,193); }
td.TdClassName
{
border-color: #158FC1;
}
.TagClassName
{
border-color: #158FC1;
}
</style>