Shades of Pelorous #1588B6
Tints of Pelorous #1588B6
RGB
CMYK
RGB Variations
Color information
#1588B6 (or 0x1588B6) is known color: Pelorous. HEX triplet: 15, 88 and B6. RGB value is (21,136,182). Sum of RGB (Red+Green+Blue) = 21+136+182=339 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.19% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 182 (71.48% from 255 or 53.69% from 339); Max value from RGB is 182 - color contains mainly: blue. Hex color #1588B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1588B6 is #EA7749. Grayscale: #6A6A6A. Windows color (decimal): -15365962 or 11962389. OLE color: 11962389.
HSL color Cylindrical-coordinate representation of color #1588B6: hue angle of 197.14º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1588B6 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 21 | 136 | 182 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.29 |
| HSL | 197.14º | 0.79% | 0.4% | - |
| HSV(B) | 197.14º | 0.88% | 0.71% | - |
| XYZ | 17.56 | 21.15 | 47.41 | - |
| YUV | 106.86 | 170.4 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 136 | 182 | 0.88 | 0.25 | 0 | 0.29 | 197.14 | 0.79 | 0.4 |
| Hex | 15 | 88 | B6 | 58 | 19 | 0 | 1D | C5 | 4F | 28 |
| Octal | 25 | 210 | 266 | 130 | 31 | 0 | 35 | 305 | 117 | 50 |
| Binary | 10101 | 10001000 | 10110110 | 1011000 | 11001 | 0 | 11101 | 11000101 | 1001111 | 101000 |
Color Harmonies of #1588B6
Complementary color
Monochromatic Colors of #1588B6
Black with #1588B6
Text Example
Text Example
White with #1588B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1588B6; }
p { color: rgb(21,136,182); }
H1.HeaderClassName
{
color: #1588B6;
}
.AnyTagClassName
{
color: #1588B6;
}
</style>
background-color css
<style>
a { background-color: #1588B6; }
a { background-color: rgb(21,136,182); }
div.DivClassName
{
background-color: #1588B6;
}
.BgClassName
{
background-color: #1588B6;
}
</style>
border-color css
<style>
span { border-color: #1588B6; }
span { border-color: rgb(21,136,182); }
td.TdClassName
{
border-color: #1588B6;
}
.TagClassName
{
border-color: #1588B6;
}
</style>