Shades of Jordy Blue #87A6DC
Tints of Jordy Blue #87A6DC
RGB
CMYK
RGB Variations
Color information
#87A6DC (or 0x87A6DC) is known color: Jordy Blue. HEX triplet: 87, A6 and DC. RGB value is (135,166,220). Sum of RGB (Red+Green+Blue) = 135+166+220=521 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.91% from 521); Green value is 166 (65.23% from 255 or 31.86% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #87A6DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A6DC is #785923. Grayscale: #A2A2A2. Windows color (decimal): -7887140 or 14460551. OLE color: 14460551.
HSL color Cylindrical-coordinate representation of color #87A6DC: hue angle of 218.12º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87A6DC is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 166 | 220 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.14 |
| HSL | 218.12º | 0.55% | 0.7% | - |
| HSV(B) | 218.12º | 0.39% | 0.86% | - |
| XYZ | 36.55 | 37.59 | 73.04 | - |
| YUV | 162.89 | 160.23 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 166 | 220 | 0.39 | 0.25 | 0 | 0.14 | 218.12 | 0.55 | 0.7 |
| Hex | 87 | A6 | DC | 27 | 19 | 0 | E | DA | 37 | 46 |
| Octal | 207 | 246 | 334 | 47 | 31 | 0 | 16 | 332 | 67 | 106 |
| Binary | 10000111 | 10100110 | 11011100 | 100111 | 11001 | 0 | 1110 | 11011010 | 110111 | 1000110 |
Color Harmonies of #87A6DC
Complementary color
Monochromatic Colors of #87A6DC
Black with #87A6DC
Text Example
Text Example
White with #87A6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A6DC; }
p { color: rgb(135,166,220); }
H1.HeaderClassName
{
color: #87A6DC;
}
.AnyTagClassName
{
color: #87A6DC;
}
</style>
background-color css
<style>
a { background-color: #87A6DC; }
a { background-color: rgb(135,166,220); }
div.DivClassName
{
background-color: #87A6DC;
}
.BgClassName
{
background-color: #87A6DC;
}
</style>
border-color css
<style>
span { border-color: #87A6DC; }
span { border-color: rgb(135,166,220); }
td.TdClassName
{
border-color: #87A6DC;
}
.TagClassName
{
border-color: #87A6DC;
}
</style>