Shades of Pelorous #1795AB
Tints of Pelorous #1795AB
RGB
CMYK
RGB Variations
Color information
#1795AB (or 0x1795AB) is known color: Pelorous. HEX triplet: 17, 95 and AB. RGB value is (23,149,171). Sum of RGB (Red+Green+Blue) = 23+149+171=343 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.71% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #1795AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1795AB is #E86A54. Grayscale: #717171. Windows color (decimal): -15231573 or 11244823. OLE color: 11244823.
HSL color Cylindrical-coordinate representation of color #1795AB: hue angle of 188.92º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1795AB is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 149 | 171 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.33 |
| HSL | 188.92º | 0.76% | 0.38% | - |
| HSV(B) | 188.92º | 0.87% | 0.67% | - |
| XYZ | 18.45 | 24.62 | 42.31 | - |
| YUV | 113.83 | 160.26 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 149 | 171 | 0.87 | 0.13 | 0 | 0.33 | 188.92 | 0.76 | 0.38 |
| Hex | 17 | 95 | AB | 57 | D | 0 | 21 | BD | 4C | 26 |
| Octal | 27 | 225 | 253 | 127 | 15 | 0 | 41 | 275 | 114 | 46 |
| Binary | 10111 | 10010101 | 10101011 | 1010111 | 1101 | 0 | 100001 | 10111101 | 1001100 | 100110 |
Color Harmonies of #1795AB
Complementary color
Monochromatic Colors of #1795AB
Black with #1795AB
Text Example
Text Example
White with #1795AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1795AB; }
p { color: rgb(23,149,171); }
H1.HeaderClassName
{
color: #1795AB;
}
.AnyTagClassName
{
color: #1795AB;
}
</style>
background-color css
<style>
a { background-color: #1795AB; }
a { background-color: rgb(23,149,171); }
div.DivClassName
{
background-color: #1795AB;
}
.BgClassName
{
background-color: #1795AB;
}
</style>
border-color css
<style>
span { border-color: #1795AB; }
span { border-color: rgb(23,149,171); }
td.TdClassName
{
border-color: #1795AB;
}
.TagClassName
{
border-color: #1795AB;
}
</style>