Shades of Pelorous #1796A9
Tints of Pelorous #1796A9
RGB
CMYK
RGB Variations
Color information
#1796A9 (or 0x1796A9) is known color: Pelorous. HEX triplet: 17, 96 and A9. RGB value is (23,150,169). Sum of RGB (Red+Green+Blue) = 23+150+169=342 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.73% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 169 (66.41% from 255 or 49.42% from 342); Max value from RGB is 169 - color contains mainly: blue. Hex color #1796A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1796A9 is #E86956. Grayscale: #717171. Windows color (decimal): -15231319 or 11114007. OLE color: 11114007.
HSL color Cylindrical-coordinate representation of color #1796A9: hue angle of 187.81º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1796A9 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 23 | 150 | 169 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.34 |
| HSL | 187.81º | 0.76% | 0.38% | - |
| HSV(B) | 187.81º | 0.86% | 0.66% | - |
| XYZ | 18.42 | 24.86 | 41.36 | - |
| YUV | 114.19 | 158.92 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 150 | 169 | 0.86 | 0.11 | 0 | 0.34 | 187.81 | 0.76 | 0.38 |
| Hex | 17 | 96 | A9 | 56 | B | 0 | 22 | BC | 4C | 26 |
| Octal | 27 | 226 | 251 | 126 | 13 | 0 | 42 | 274 | 114 | 46 |
| Binary | 10111 | 10010110 | 10101001 | 1010110 | 1011 | 0 | 100010 | 10111100 | 1001100 | 100110 |
Color Harmonies of #1796A9
Complementary color
Monochromatic Colors of #1796A9
Black with #1796A9
Text Example
Text Example
White with #1796A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1796A9; }
p { color: rgb(23,150,169); }
H1.HeaderClassName
{
color: #1796A9;
}
.AnyTagClassName
{
color: #1796A9;
}
</style>
background-color css
<style>
a { background-color: #1796A9; }
a { background-color: rgb(23,150,169); }
div.DivClassName
{
background-color: #1796A9;
}
.BgClassName
{
background-color: #1796A9;
}
</style>
border-color css
<style>
span { border-color: #1796A9; }
span { border-color: rgb(23,150,169); }
td.TdClassName
{
border-color: #1796A9;
}
.TagClassName
{
border-color: #1796A9;
}
</style>