Shades of Jordy Blue #87ABDD
Tints of Jordy Blue #87ABDD
RGB
CMYK
RGB Variations
Color information
#87ABDD (or 0x87ABDD) is known color: Jordy Blue. HEX triplet: 87, AB and DD. RGB value is (135,171,221). Sum of RGB (Red+Green+Blue) = 135+171+221=527 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.62% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #87ABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ABDD is #785422. Grayscale: #A5A5A5. Windows color (decimal): -7885859 or 14527367. OLE color: 14527367.
HSL color Cylindrical-coordinate representation of color #87ABDD: hue angle of 214.88º 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 #87ABDD is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 171 | 221 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.13 |
| HSL | 214.88º | 0.56% | 0.7% | - |
| HSV(B) | 214.88º | 0.39% | 0.87% | - |
| XYZ | 37.61 | 39.5 | 74.05 | - |
| YUV | 165.94 | 159.07 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 171 | 221 | 0.39 | 0.23 | 0 | 0.13 | 214.88 | 0.56 | 0.7 |
| Hex | 87 | AB | DD | 27 | 17 | 0 | D | D7 | 38 | 46 |
| Octal | 207 | 253 | 335 | 47 | 27 | 0 | 15 | 327 | 70 | 106 |
| Binary | 10000111 | 10101011 | 11011101 | 100111 | 10111 | 0 | 1101 | 11010111 | 111000 | 1000110 |
Color Harmonies of #87ABDD
Complementary color
Monochromatic Colors of #87ABDD
Black with #87ABDD
Text Example
Text Example
White with #87ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87ABDD; }
p { color: rgb(135,171,221); }
H1.HeaderClassName
{
color: #87ABDD;
}
.AnyTagClassName
{
color: #87ABDD;
}
</style>
background-color css
<style>
a { background-color: #87ABDD; }
a { background-color: rgb(135,171,221); }
div.DivClassName
{
background-color: #87ABDD;
}
.BgClassName
{
background-color: #87ABDD;
}
</style>
border-color css
<style>
span { border-color: #87ABDD; }
span { border-color: rgb(135,171,221); }
td.TdClassName
{
border-color: #87ABDD;
}
.TagClassName
{
border-color: #87ABDD;
}
</style>