Shades of Jordy Blue #87A9E0
Tints of Jordy Blue #87A9E0
RGB
CMYK
RGB Variations
Color information
#87A9E0 (or 0x87A9E0) is known color: Jordy Blue. HEX triplet: 87, A9 and E0. RGB value is (135,169,224). Sum of RGB (Red+Green+Blue) = 135+169+224=528 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.57% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 224 - color contains mainly: blue. Hex color #87A9E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A9E0 is #78561F. Grayscale: #A4A4A4. Windows color (decimal): -7886368 or 14723463. OLE color: 14723463.
HSL color Cylindrical-coordinate representation of color #87A9E0: hue angle of 217.08º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #87A9E0 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 169 | 224 | - |
| CMYK | 0.40 | 0.25 | 0 | 0.12 |
| HSL | 217.08º | 0.59% | 0.7% | - |
| HSV(B) | 217.08º | 0.4% | 0.88% | - |
| XYZ | 37.63 | 38.91 | 76.05 | - |
| YUV | 165.1 | 161.24 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 169 | 224 | 0.40 | 0.25 | 0 | 0.12 | 217.08 | 0.59 | 0.7 |
| Hex | 87 | A9 | E0 | 28 | 19 | 0 | C | D9 | 3B | 46 |
| Octal | 207 | 251 | 340 | 50 | 31 | 0 | 14 | 331 | 73 | 106 |
| Binary | 10000111 | 10101001 | 11100000 | 101000 | 11001 | 0 | 1100 | 11011001 | 111011 | 1000110 |
Color Harmonies of #87A9E0
Complementary color
Monochromatic Colors of #87A9E0
Black with #87A9E0
Text Example
Text Example
White with #87A9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A9E0; }
p { color: rgb(135,169,224); }
H1.HeaderClassName
{
color: #87A9E0;
}
.AnyTagClassName
{
color: #87A9E0;
}
</style>
background-color css
<style>
a { background-color: #87A9E0; }
a { background-color: rgb(135,169,224); }
div.DivClassName
{
background-color: #87A9E0;
}
.BgClassName
{
background-color: #87A9E0;
}
</style>
border-color css
<style>
span { border-color: #87A9E0; }
span { border-color: rgb(135,169,224); }
td.TdClassName
{
border-color: #87A9E0;
}
.TagClassName
{
border-color: #87A9E0;
}
</style>