Shades of Pelorous #1588B9
Tints of Pelorous #1588B9
RGB
CMYK
RGB Variations
Color information
#1588B9 (or 0x1588B9) is known color: Pelorous. HEX triplet: 15, 88 and B9. RGB value is (21,136,185). Sum of RGB (Red+Green+Blue) = 21+136+185=342 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.14% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 185 (72.66% from 255 or 54.09% from 342); Max value from RGB is 185 - color contains mainly: blue. Hex color #1588B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1588B9 is #EA7746. Grayscale: #6A6A6A. Windows color (decimal): -15365959 or 12158997. OLE color: 12158997.
HSL color Cylindrical-coordinate representation of color #1588B9: hue angle of 197.93º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1588B9 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 136 | 185 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.27 |
| HSL | 197.93º | 0.8% | 0.4% | - |
| HSV(B) | 197.93º | 0.89% | 0.73% | - |
| XYZ | 17.87 | 21.27 | 49.06 | - |
| YUV | 107.2 | 171.9 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 136 | 185 | 0.89 | 0.26 | 0 | 0.27 | 197.93 | 0.8 | 0.4 |
| Hex | 15 | 88 | B9 | 59 | 1A | 0 | 1B | C6 | 50 | 28 |
| Octal | 25 | 210 | 271 | 131 | 32 | 0 | 33 | 306 | 120 | 50 |
| Binary | 10101 | 10001000 | 10111001 | 1011001 | 11010 | 0 | 11011 | 11000110 | 1010000 | 101000 |
Color Harmonies of #1588B9
Complementary color
Monochromatic Colors of #1588B9
Black with #1588B9
Text Example
Text Example
White with #1588B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1588B9; }
p { color: rgb(21,136,185); }
H1.HeaderClassName
{
color: #1588B9;
}
.AnyTagClassName
{
color: #1588B9;
}
</style>
background-color css
<style>
a { background-color: #1588B9; }
a { background-color: rgb(21,136,185); }
div.DivClassName
{
background-color: #1588B9;
}
.BgClassName
{
background-color: #1588B9;
}
</style>
border-color css
<style>
span { border-color: #1588B9; }
span { border-color: rgb(21,136,185); }
td.TdClassName
{
border-color: #1588B9;
}
.TagClassName
{
border-color: #1588B9;
}
</style>