Shades of Pelorous #1687AD
Tints of Pelorous #1687AD
RGB
CMYK
RGB Variations
Color information
#1687AD (or 0x1687AD) is known color: Pelorous. HEX triplet: 16, 87 and AD. RGB value is (22,135,173). Sum of RGB (Red+Green+Blue) = 22+135+173=330 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.67% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #1687AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1687AD is #E97852. Grayscale: #696969. Windows color (decimal): -15300691 or 11372310. OLE color: 11372310.
HSL color Cylindrical-coordinate representation of color #1687AD: hue angle of 195.1º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1687AD is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 135 | 173 | - |
| CMYK | 0.87 | 0.22 | 0 | 0.32 |
| HSL | 195.1º | 0.77% | 0.38% | - |
| HSV(B) | 195.1º | 0.87% | 0.68% | - |
| XYZ | 16.54 | 20.52 | 42.62 | - |
| YUV | 105.55 | 166.06 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 135 | 173 | 0.87 | 0.22 | 0 | 0.32 | 195.1 | 0.77 | 0.38 |
| Hex | 16 | 87 | AD | 57 | 16 | 0 | 20 | C3 | 4D | 26 |
| Octal | 26 | 207 | 255 | 127 | 26 | 0 | 40 | 303 | 115 | 46 |
| Binary | 10110 | 10000111 | 10101101 | 1010111 | 10110 | 0 | 100000 | 11000011 | 1001101 | 100110 |
Color Harmonies of #1687AD
Complementary color
Monochromatic Colors of #1687AD
Black with #1687AD
Text Example
Text Example
White with #1687AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1687AD; }
p { color: rgb(22,135,173); }
H1.HeaderClassName
{
color: #1687AD;
}
.AnyTagClassName
{
color: #1687AD;
}
</style>
background-color css
<style>
a { background-color: #1687AD; }
a { background-color: rgb(22,135,173); }
div.DivClassName
{
background-color: #1687AD;
}
.BgClassName
{
background-color: #1687AD;
}
</style>
border-color css
<style>
span { border-color: #1687AD; }
span { border-color: rgb(22,135,173); }
td.TdClassName
{
border-color: #1687AD;
}
.TagClassName
{
border-color: #1687AD;
}
</style>