Shades of Pelorous #159CBE
Tints of Pelorous #159CBE
RGB
CMYK
RGB Variations
Color information
#159CBE (or 0x159CBE) is known color: Pelorous. HEX triplet: 15, 9C and BE. RGB value is (21,156,190). Sum of RGB (Red+Green+Blue) = 21+156+190=367 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.72% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #159CBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159CBE is #EA6341. Grayscale: #777777. Windows color (decimal): -15360834 or 12491797. OLE color: 12491797.
HSL color Cylindrical-coordinate representation of color #159CBE: hue angle of 192.07º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #159CBE is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 156 | 190 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.25 |
| HSL | 192.07º | 0.8% | 0.41% | - |
| HSV(B) | 192.07º | 0.89% | 0.75% | - |
| XYZ | 21.49 | 27.65 | 52.92 | - |
| YUV | 119.51 | 167.77 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 156 | 190 | 0.89 | 0.18 | 0 | 0.25 | 192.07 | 0.8 | 0.41 |
| Hex | 15 | 9C | BE | 59 | 12 | 0 | 19 | C0 | 50 | 29 |
| Octal | 25 | 234 | 276 | 131 | 22 | 0 | 31 | 300 | 120 | 51 |
| Binary | 10101 | 10011100 | 10111110 | 1011001 | 10010 | 0 | 11001 | 11000000 | 1010000 | 101001 |
Color Harmonies of #159CBE
Complementary color
Monochromatic Colors of #159CBE
Black with #159CBE
Text Example
Text Example
White with #159CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159CBE; }
p { color: rgb(21,156,190); }
H1.HeaderClassName
{
color: #159CBE;
}
.AnyTagClassName
{
color: #159CBE;
}
</style>
background-color css
<style>
a { background-color: #159CBE; }
a { background-color: rgb(21,156,190); }
div.DivClassName
{
background-color: #159CBE;
}
.BgClassName
{
background-color: #159CBE;
}
</style>
border-color css
<style>
span { border-color: #159CBE; }
span { border-color: rgb(21,156,190); }
td.TdClassName
{
border-color: #159CBE;
}
.TagClassName
{
border-color: #159CBE;
}
</style>