Shades of Jordy Blue #87ABE5
Tints of Jordy Blue #87ABE5
RGB
CMYK
RGB Variations
Color information
#87ABE5 (or 0x87ABE5) is known color: Jordy Blue. HEX triplet: 87, AB and E5. RGB value is (135,171,229). Sum of RGB (Red+Green+Blue) = 135+171+229=535 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.23% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 229 - color contains mainly: blue. Hex color #87ABE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ABE5 is #78541A. Grayscale: #A6A6A6. Windows color (decimal): -7885851 or 15051655. OLE color: 15051655.
HSL color Cylindrical-coordinate representation of color #87ABE5: hue angle of 217.02º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #87ABE5 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 135 | 171 | 229 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.10 |
| HSL | 217.02º | 0.64% | 0.71% | - |
| HSV(B) | 217.02º | 0.41% | 0.9% | - |
| XYZ | 38.7 | 39.93 | 79.8 | - |
| YUV | 166.85 | 163.07 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 171 | 229 | 0.41 | 0.25 | 0 | 0.10 | 217.02 | 0.64 | 0.71 |
| Hex | 87 | AB | E5 | 29 | 19 | 0 | A | D9 | 40 | 47 |
| Octal | 207 | 253 | 345 | 51 | 31 | 0 | 12 | 331 | 100 | 107 |
| Binary | 10000111 | 10101011 | 11100101 | 101001 | 11001 | 0 | 1010 | 11011001 | 1000000 | 1000111 |
Color Harmonies of #87ABE5
Complementary color
Monochromatic Colors of #87ABE5
Black with #87ABE5
Text Example
Text Example
White with #87ABE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87ABE5; }
p { color: rgb(135,171,229); }
H1.HeaderClassName
{
color: #87ABE5;
}
.AnyTagClassName
{
color: #87ABE5;
}
</style>
background-color css
<style>
a { background-color: #87ABE5; }
a { background-color: rgb(135,171,229); }
div.DivClassName
{
background-color: #87ABE5;
}
.BgClassName
{
background-color: #87ABE5;
}
</style>
border-color css
<style>
span { border-color: #87ABE5; }
span { border-color: rgb(135,171,229); }
td.TdClassName
{
border-color: #87ABE5;
}
.TagClassName
{
border-color: #87ABE5;
}
</style>