Shades of Pelorous #1791AE
Tints of Pelorous #1791AE
RGB
CMYK
RGB Variations
Color information
#1791AE (or 0x1791AE) is known color: Pelorous. HEX triplet: 17, 91 and AE. RGB value is (23,145,174). Sum of RGB (Red+Green+Blue) = 23+145+174=342 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.73% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #1791AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1791AE is #E86E51. Grayscale: #6F6F6F. Windows color (decimal): -15232594 or 11440407. OLE color: 11440407.
HSL color Cylindrical-coordinate representation of color #1791AE: hue angle of 191.52º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1791AE is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 23 | 145 | 174 | - |
| CMYK | 0.87 | 0.17 | 0 | 0.32 |
| HSL | 191.52º | 0.77% | 0.39% | - |
| HSV(B) | 191.52º | 0.87% | 0.68% | - |
| XYZ | 18.12 | 23.49 | 43.62 | - |
| YUV | 111.83 | 163.08 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 145 | 174 | 0.87 | 0.17 | 0 | 0.32 | 191.52 | 0.77 | 0.39 |
| Hex | 17 | 91 | AE | 57 | 11 | 0 | 20 | C0 | 4D | 27 |
| Octal | 27 | 221 | 256 | 127 | 21 | 0 | 40 | 300 | 115 | 47 |
| Binary | 10111 | 10010001 | 10101110 | 1010111 | 10001 | 0 | 100000 | 11000000 | 1001101 | 100111 |
Color Harmonies of #1791AE
Complementary color
Monochromatic Colors of #1791AE
Black with #1791AE
Text Example
Text Example
White with #1791AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1791AE; }
p { color: rgb(23,145,174); }
H1.HeaderClassName
{
color: #1791AE;
}
.AnyTagClassName
{
color: #1791AE;
}
</style>
background-color css
<style>
a { background-color: #1791AE; }
a { background-color: rgb(23,145,174); }
div.DivClassName
{
background-color: #1791AE;
}
.BgClassName
{
background-color: #1791AE;
}
</style>
border-color css
<style>
span { border-color: #1791AE; }
span { border-color: rgb(23,145,174); }
td.TdClassName
{
border-color: #1791AE;
}
.TagClassName
{
border-color: #1791AE;
}
</style>