Shades of Jordy Blue #87AAFF
Tints of Jordy Blue #87AAFF
RGB
CMYK
RGB Variations
Color information
#87AAFF (or 0x87AAFF) is known color: Jordy Blue. HEX triplet: 87, AA and FF. RGB value is (135,170,255). Sum of RGB (Red+Green+Blue) = 135+170+255=560 (74% of max value = 765). Red value is 135 (53.12% from 255 or 24.11% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #87AAFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87AAFF is #785500. Grayscale: #A8A8A8. Windows color (decimal): -7886081 or 16755335. OLE color: 16755335.
HSL color Cylindrical-coordinate representation of color #87AAFF: hue angle of 222.5º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87AAFF is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 170 | 255 | - |
| CMYK | 0.47 | 0.33 | 0 | 0 |
| HSL | 222.5º | 1% | 0.76% | - |
| HSV(B) | 222.5º | 0.47% | 1% | - |
| XYZ | 42.42 | 41.12 | 100.31 | - |
| YUV | 169.23 | 176.4 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 170 | 255 | 0.47 | 0.33 | 0 | 0 | 222.5 | 1 | 0.76 |
| Hex | 87 | AA | FF | 2F | 21 | 0 | 0 | DE | 64 | 4C |
| Octal | 207 | 252 | 377 | 57 | 41 | 0 | 0 | 336 | 144 | 114 |
| Binary | 10000111 | 10101010 | 11111111 | 101111 | 100001 | 0 | 0 | 11011110 | 1100100 | 1001100 |
Color Harmonies of #87AAFF
Complementary color
Monochromatic Colors of #87AAFF
Black with #87AAFF
Text Example
Text Example
White with #87AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AAFF; }
p { color: rgb(135,170,255); }
H1.HeaderClassName
{
color: #87AAFF;
}
.AnyTagClassName
{
color: #87AAFF;
}
</style>
background-color css
<style>
a { background-color: #87AAFF; }
a { background-color: rgb(135,170,255); }
div.DivClassName
{
background-color: #87AAFF;
}
.BgClassName
{
background-color: #87AAFF;
}
</style>
border-color css
<style>
span { border-color: #87AAFF; }
span { border-color: rgb(135,170,255); }
td.TdClassName
{
border-color: #87AAFF;
}
.TagClassName
{
border-color: #87AAFF;
}
</style>