Shades of Pelorous #1797AA
Tints of Pelorous #1797AA
RGB
CMYK
RGB Variations
Color information
#1797AA (or 0x1797AA) is known color: Pelorous. HEX triplet: 17, 97 and AA. RGB value is (23,151,170). Sum of RGB (Red+Green+Blue) = 23+151+170=344 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.69% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #1797AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1797AA is #E86855. Grayscale: #727272. Windows color (decimal): -15231062 or 11179799. OLE color: 11179799.
HSL color Cylindrical-coordinate representation of color #1797AA: hue angle of 187.76º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1797AA is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 151 | 170 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.33 |
| HSL | 187.76º | 0.76% | 0.38% | - |
| HSV(B) | 187.76º | 0.86% | 0.67% | - |
| XYZ | 18.68 | 25.22 | 41.91 | - |
| YUV | 114.89 | 159.09 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 151 | 170 | 0.86 | 0.11 | 0 | 0.33 | 187.76 | 0.76 | 0.38 |
| Hex | 17 | 97 | AA | 56 | B | 0 | 21 | BC | 4C | 26 |
| Octal | 27 | 227 | 252 | 126 | 13 | 0 | 41 | 274 | 114 | 46 |
| Binary | 10111 | 10010111 | 10101010 | 1010110 | 1011 | 0 | 100001 | 10111100 | 1001100 | 100110 |
Color Harmonies of #1797AA
Complementary color
Monochromatic Colors of #1797AA
Black with #1797AA
Text Example
Text Example
White with #1797AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1797AA; }
p { color: rgb(23,151,170); }
H1.HeaderClassName
{
color: #1797AA;
}
.AnyTagClassName
{
color: #1797AA;
}
</style>
background-color css
<style>
a { background-color: #1797AA; }
a { background-color: rgb(23,151,170); }
div.DivClassName
{
background-color: #1797AA;
}
.BgClassName
{
background-color: #1797AA;
}
</style>
border-color css
<style>
span { border-color: #1797AA; }
span { border-color: rgb(23,151,170); }
td.TdClassName
{
border-color: #1797AA;
}
.TagClassName
{
border-color: #1797AA;
}
</style>