Shades of Pelorous #1786AC
Tints of Pelorous #1786AC
RGB
CMYK
RGB Variations
Color information
#1786AC (or 0x1786AC) is known color: Pelorous. HEX triplet: 17, 86 and AC. RGB value is (23,134,172). Sum of RGB (Red+Green+Blue) = 23+134+172=329 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.99% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #1786AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1786AC is #E87953. Grayscale: #686868. Windows color (decimal): -15235412 or 11306519. OLE color: 11306519.
HSL color Cylindrical-coordinate representation of color #1786AC: hue angle of 195.3º 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 #1786AC is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 134 | 172 | - |
| CMYK | 0.87 | 0.22 | 0 | 0.33 |
| HSL | 195.3º | 0.76% | 0.38% | - |
| HSV(B) | 195.3º | 0.87% | 0.67% | - |
| XYZ | 16.32 | 20.21 | 42.07 | - |
| YUV | 105.14 | 165.73 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 134 | 172 | 0.87 | 0.22 | 0 | 0.33 | 195.3 | 0.76 | 0.38 |
| Hex | 17 | 86 | AC | 57 | 16 | 0 | 21 | C3 | 4C | 26 |
| Octal | 27 | 206 | 254 | 127 | 26 | 0 | 41 | 303 | 114 | 46 |
| Binary | 10111 | 10000110 | 10101100 | 1010111 | 10110 | 0 | 100001 | 11000011 | 1001100 | 100110 |
Color Harmonies of #1786AC
Complementary color
Monochromatic Colors of #1786AC
Black with #1786AC
Text Example
Text Example
White with #1786AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1786AC; }
p { color: rgb(23,134,172); }
H1.HeaderClassName
{
color: #1786AC;
}
.AnyTagClassName
{
color: #1786AC;
}
</style>
background-color css
<style>
a { background-color: #1786AC; }
a { background-color: rgb(23,134,172); }
div.DivClassName
{
background-color: #1786AC;
}
.BgClassName
{
background-color: #1786AC;
}
</style>
border-color css
<style>
span { border-color: #1786AC; }
span { border-color: rgb(23,134,172); }
td.TdClassName
{
border-color: #1786AC;
}
.TagClassName
{
border-color: #1786AC;
}
</style>