Shades of Pelorous #159DBA
Tints of Pelorous #159DBA
RGB
CMYK
RGB Variations
Color information
#159DBA (or 0x159DBA) is known color: Pelorous. HEX triplet: 15, 9D and BA. RGB value is (21,157,186). Sum of RGB (Red+Green+Blue) = 21+157+186=364 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.77% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #159DBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159DBA is #EA6245. Grayscale: #777777. Windows color (decimal): -15360582 or 12229909. OLE color: 12229909.
HSL color Cylindrical-coordinate representation of color #159DBA: hue angle of 190.55º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #159DBA is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 157 | 186 | - |
| CMYK | 0.89 | 0.16 | 0 | 0.27 |
| HSL | 190.55º | 0.8% | 0.41% | - |
| HSV(B) | 190.55º | 0.89% | 0.73% | - |
| XYZ | 21.23 | 27.82 | 50.71 | - |
| YUV | 119.64 | 165.44 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 157 | 186 | 0.89 | 0.16 | 0 | 0.27 | 190.55 | 0.8 | 0.41 |
| Hex | 15 | 9D | BA | 59 | 10 | 0 | 1B | BF | 50 | 29 |
| Octal | 25 | 235 | 272 | 131 | 20 | 0 | 33 | 277 | 120 | 51 |
| Binary | 10101 | 10011101 | 10111010 | 1011001 | 10000 | 0 | 11011 | 10111111 | 1010000 | 101001 |
Color Harmonies of #159DBA
Complementary color
Monochromatic Colors of #159DBA
Black with #159DBA
Text Example
Text Example
White with #159DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159DBA; }
p { color: rgb(21,157,186); }
H1.HeaderClassName
{
color: #159DBA;
}
.AnyTagClassName
{
color: #159DBA;
}
</style>
background-color css
<style>
a { background-color: #159DBA; }
a { background-color: rgb(21,157,186); }
div.DivClassName
{
background-color: #159DBA;
}
.BgClassName
{
background-color: #159DBA;
}
</style>
border-color css
<style>
span { border-color: #159DBA; }
span { border-color: rgb(21,157,186); }
td.TdClassName
{
border-color: #159DBA;
}
.TagClassName
{
border-color: #159DBA;
}
</style>