Shades of Pelorous #1686BF
Tints of Pelorous #1686BF
RGB
CMYK
RGB Variations
Color information
#1686BF (or 0x1686BF) is known color: Pelorous. HEX triplet: 16, 86 and BF. RGB value is (22,134,191). Sum of RGB (Red+Green+Blue) = 22+134+191=347 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.34% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #1686BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1686BF is #E97940. Grayscale: #6A6A6A. Windows color (decimal): -15300929 or 12551702. OLE color: 12551702.
HSL color Cylindrical-coordinate representation of color #1686BF: hue angle of 200.24º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1686BF is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 134 | 191 | - |
| CMYK | 0.88 | 0.30 | 0 | 0.25 |
| HSL | 200.24º | 0.79% | 0.42% | - |
| HSV(B) | 200.24º | 0.88% | 0.75% | - |
| XYZ | 18.26 | 20.98 | 52.38 | - |
| YUV | 107.01 | 175.39 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 134 | 191 | 0.88 | 0.30 | 0 | 0.25 | 200.24 | 0.79 | 0.42 |
| Hex | 16 | 86 | BF | 58 | 1E | 0 | 19 | C8 | 4F | 2A |
| Octal | 26 | 206 | 277 | 130 | 36 | 0 | 31 | 310 | 117 | 52 |
| Binary | 10110 | 10000110 | 10111111 | 1011000 | 11110 | 0 | 11001 | 11001000 | 1001111 | 101010 |
Color Harmonies of #1686BF
Complementary color
Monochromatic Colors of #1686BF
Black with #1686BF
Text Example
Text Example
White with #1686BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1686BF; }
p { color: rgb(22,134,191); }
H1.HeaderClassName
{
color: #1686BF;
}
.AnyTagClassName
{
color: #1686BF;
}
</style>
background-color css
<style>
a { background-color: #1686BF; }
a { background-color: rgb(22,134,191); }
div.DivClassName
{
background-color: #1686BF;
}
.BgClassName
{
background-color: #1686BF;
}
</style>
border-color css
<style>
span { border-color: #1686BF; }
span { border-color: rgb(22,134,191); }
td.TdClassName
{
border-color: #1686BF;
}
.TagClassName
{
border-color: #1686BF;
}
</style>