Shades of Jordy Blue #87A9DD
Tints of Jordy Blue #87A9DD
RGB
CMYK
RGB Variations
Color information
#87A9DD (or 0x87A9DD) is known color: Jordy Blue. HEX triplet: 87, A9 and DD. RGB value is (135,169,221). Sum of RGB (Red+Green+Blue) = 135+169+221=525 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.71% from 525); Green value is 169 (66.41% from 255 or 32.19% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #87A9DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A9DD is #785622. Grayscale: #A4A4A4. Windows color (decimal): -7886371 or 14526855. OLE color: 14526855.
HSL color Cylindrical-coordinate representation of color #87A9DD: hue angle of 216.28º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87A9DD is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 169 | 221 | - |
| CMYK | 0.39 | 0.24 | 0 | 0.13 |
| HSL | 216.28º | 0.56% | 0.7% | - |
| HSV(B) | 216.28º | 0.39% | 0.87% | - |
| XYZ | 37.23 | 38.75 | 73.92 | - |
| YUV | 164.76 | 159.74 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 169 | 221 | 0.39 | 0.24 | 0 | 0.13 | 216.28 | 0.56 | 0.7 |
| Hex | 87 | A9 | DD | 27 | 18 | 0 | D | D8 | 38 | 46 |
| Octal | 207 | 251 | 335 | 47 | 30 | 0 | 15 | 330 | 70 | 106 |
| Binary | 10000111 | 10101001 | 11011101 | 100111 | 11000 | 0 | 1101 | 11011000 | 111000 | 1000110 |
Color Harmonies of #87A9DD
Complementary color
Monochromatic Colors of #87A9DD
Black with #87A9DD
Text Example
Text Example
White with #87A9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A9DD; }
p { color: rgb(135,169,221); }
H1.HeaderClassName
{
color: #87A9DD;
}
.AnyTagClassName
{
color: #87A9DD;
}
</style>
background-color css
<style>
a { background-color: #87A9DD; }
a { background-color: rgb(135,169,221); }
div.DivClassName
{
background-color: #87A9DD;
}
.BgClassName
{
background-color: #87A9DD;
}
</style>
border-color css
<style>
span { border-color: #87A9DD; }
span { border-color: rgb(135,169,221); }
td.TdClassName
{
border-color: #87A9DD;
}
.TagClassName
{
border-color: #87A9DD;
}
</style>