Shades of Pelorous #158AAA
Tints of Pelorous #158AAA
RGB
CMYK
RGB Variations
Color information
#158AAA (or 0x158AAA) is known color: Pelorous. HEX triplet: 15, 8A and AA. RGB value is (21,138,170). Sum of RGB (Red+Green+Blue) = 21+138+170=329 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.38% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #158AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158AAA is #EA7555. Grayscale: #6A6A6A. Windows color (decimal): -15365462 or 11176469. OLE color: 11176469.
HSL color Cylindrical-coordinate representation of color #158AAA: hue angle of 192.89º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #158AAA is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 138 | 170 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.33 |
| HSL | 192.89º | 0.78% | 0.37% | - |
| HSV(B) | 192.89º | 0.88% | 0.67% | - |
| XYZ | 16.65 | 21.24 | 41.25 | - |
| YUV | 106.67 | 163.74 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 138 | 170 | 0.88 | 0.19 | 0 | 0.33 | 192.89 | 0.78 | 0.37 |
| Hex | 15 | 8A | AA | 58 | 13 | 0 | 21 | C1 | 4E | 25 |
| Octal | 25 | 212 | 252 | 130 | 23 | 0 | 41 | 301 | 116 | 45 |
| Binary | 10101 | 10001010 | 10101010 | 1011000 | 10011 | 0 | 100001 | 11000001 | 1001110 | 100101 |
Color Harmonies of #158AAA
Complementary color
Monochromatic Colors of #158AAA
Black with #158AAA
Text Example
Text Example
White with #158AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158AAA; }
p { color: rgb(21,138,170); }
H1.HeaderClassName
{
color: #158AAA;
}
.AnyTagClassName
{
color: #158AAA;
}
</style>
background-color css
<style>
a { background-color: #158AAA; }
a { background-color: rgb(21,138,170); }
div.DivClassName
{
background-color: #158AAA;
}
.BgClassName
{
background-color: #158AAA;
}
</style>
border-color css
<style>
span { border-color: #158AAA; }
span { border-color: rgb(21,138,170); }
td.TdClassName
{
border-color: #158AAA;
}
.TagClassName
{
border-color: #158AAA;
}
</style>