Shades of Pelorous #179AAA
Tints of Pelorous #179AAA
RGB
CMYK
RGB Variations
Color information
#179AAA (or 0x179AAA) is known color: Pelorous. HEX triplet: 17, 9A and AA. RGB value is (23,154,170). Sum of RGB (Red+Green+Blue) = 23+154+170=347 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.63% from 347); Green value is 154 (60.55% from 255 or 44.38% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #179AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179AAA is #E86555. Grayscale: #747474. Windows color (decimal): -15230294 or 11180567. OLE color: 11180567.
HSL color Cylindrical-coordinate representation of color #179AAA: hue angle of 186.53º 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 #179AAA is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 154 | 170 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.33 |
| HSL | 186.53º | 0.76% | 0.38% | - |
| HSV(B) | 186.53º | 0.86% | 0.67% | - |
| XYZ | 19.16 | 26.2 | 42.08 | - |
| YUV | 116.66 | 158.1 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 154 | 170 | 0.86 | 0.09 | 0 | 0.33 | 186.53 | 0.76 | 0.38 |
| Hex | 17 | 9A | AA | 56 | 9 | 0 | 21 | BB | 4C | 26 |
| Octal | 27 | 232 | 252 | 126 | 11 | 0 | 41 | 273 | 114 | 46 |
| Binary | 10111 | 10011010 | 10101010 | 1010110 | 1001 | 0 | 100001 | 10111011 | 1001100 | 100110 |
Color Harmonies of #179AAA
Complementary color
Monochromatic Colors of #179AAA
Black with #179AAA
Text Example
Text Example
White with #179AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179AAA; }
p { color: rgb(23,154,170); }
H1.HeaderClassName
{
color: #179AAA;
}
.AnyTagClassName
{
color: #179AAA;
}
</style>
background-color css
<style>
a { background-color: #179AAA; }
a { background-color: rgb(23,154,170); }
div.DivClassName
{
background-color: #179AAA;
}
.BgClassName
{
background-color: #179AAA;
}
</style>
border-color css
<style>
span { border-color: #179AAA; }
span { border-color: rgb(23,154,170); }
td.TdClassName
{
border-color: #179AAA;
}
.TagClassName
{
border-color: #179AAA;
}
</style>