Shades of Jordy Blue #87ABFF
Tints of Jordy Blue #87ABFF
RGB
CMYK
RGB Variations
Color information
#87ABFF (or 0x87ABFF) is known color: Jordy Blue. HEX triplet: 87, AB and FF. RGB value is (135,171,255). Sum of RGB (Red+Green+Blue) = 135+171+255=561 (74% of max value = 765). Red value is 135 (53.12% from 255 or 24.06% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #87ABFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87ABFF is #785400. Grayscale: #A9A9A9. Windows color (decimal): -7885825 or 16755591. OLE color: 16755591.
HSL color Cylindrical-coordinate representation of color #87ABFF: hue angle of 222º 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 #87ABFF is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 171 | 255 | - |
| CMYK | 0.47 | 0.33 | 0 | 0 |
| HSL | 222º | 1% | 0.76% | - |
| HSV(B) | 222º | 0.47% | 1% | - |
| XYZ | 42.6 | 41.5 | 100.37 | - |
| YUV | 169.81 | 176.07 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 171 | 255 | 0.47 | 0.33 | 0 | 0 | 222 | 1 | 0.76 |
| Hex | 87 | AB | FF | 2F | 21 | 0 | 0 | DE | 64 | 4C |
| Octal | 207 | 253 | 377 | 57 | 41 | 0 | 0 | 336 | 144 | 114 |
| Binary | 10000111 | 10101011 | 11111111 | 101111 | 100001 | 0 | 0 | 11011110 | 1100100 | 1001100 |
Color Harmonies of #87ABFF
Complementary color
Monochromatic Colors of #87ABFF
Black with #87ABFF
Text Example
Text Example
White with #87ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87ABFF; }
p { color: rgb(135,171,255); }
H1.HeaderClassName
{
color: #87ABFF;
}
.AnyTagClassName
{
color: #87ABFF;
}
</style>
background-color css
<style>
a { background-color: #87ABFF; }
a { background-color: rgb(135,171,255); }
div.DivClassName
{
background-color: #87ABFF;
}
.BgClassName
{
background-color: #87ABFF;
}
</style>
border-color css
<style>
span { border-color: #87ABFF; }
span { border-color: rgb(135,171,255); }
td.TdClassName
{
border-color: #87ABFF;
}
.TagClassName
{
border-color: #87ABFF;
}
</style>