Shades of Pelorous #159FAE
Tints of Pelorous #159FAE
RGB
CMYK
RGB Variations
Color information
#159FAE (or 0x159FAE) is known color: Pelorous. HEX triplet: 15, 9F and AE. RGB value is (21,159,174). Sum of RGB (Red+Green+Blue) = 21+159+174=354 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.93% from 354); Green value is 159 (62.5% from 255 or 44.92% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #159FAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159FAE is #EA6051. Grayscale: #777777. Windows color (decimal): -15360082 or 11443989. OLE color: 11443989.
HSL color Cylindrical-coordinate representation of color #159FAE: hue angle of 185.88º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #159FAE is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 159 | 174 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.32 |
| HSL | 185.88º | 0.78% | 0.38% | - |
| HSV(B) | 185.88º | 0.88% | 0.68% | - |
| XYZ | 20.35 | 28.01 | 44.38 | - |
| YUV | 119.45 | 158.78 | 57.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 159 | 174 | 0.88 | 0.09 | 0 | 0.32 | 185.88 | 0.78 | 0.38 |
| Hex | 15 | 9F | AE | 58 | 9 | 0 | 20 | BA | 4E | 26 |
| Octal | 25 | 237 | 256 | 130 | 11 | 0 | 40 | 272 | 116 | 46 |
| Binary | 10101 | 10011111 | 10101110 | 1011000 | 1001 | 0 | 100000 | 10111010 | 1001110 | 100110 |
Color Harmonies of #159FAE
Complementary color
Monochromatic Colors of #159FAE
Black with #159FAE
Text Example
Text Example
White with #159FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159FAE; }
p { color: rgb(21,159,174); }
H1.HeaderClassName
{
color: #159FAE;
}
.AnyTagClassName
{
color: #159FAE;
}
</style>
background-color css
<style>
a { background-color: #159FAE; }
a { background-color: rgb(21,159,174); }
div.DivClassName
{
background-color: #159FAE;
}
.BgClassName
{
background-color: #159FAE;
}
</style>
border-color css
<style>
span { border-color: #159FAE; }
span { border-color: rgb(21,159,174); }
td.TdClassName
{
border-color: #159FAE;
}
.TagClassName
{
border-color: #159FAE;
}
</style>