Shades of Jordy Blue #87ABDB
Tints of Jordy Blue #87ABDB
RGB
CMYK
RGB Variations
Color information
#87ABDB (or 0x87ABDB) is known color: Jordy Blue. HEX triplet: 87, AB and DB. RGB value is (135,171,219). Sum of RGB (Red+Green+Blue) = 135+171+219=525 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.71% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #87ABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ABDB is #785424. Grayscale: #A5A5A5. Windows color (decimal): -7885861 or 14396295. OLE color: 14396295.
HSL color Cylindrical-coordinate representation of color #87ABDB: hue angle of 214.29º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87ABDB is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 171 | 219 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.14 |
| HSL | 214.29º | 0.54% | 0.69% | - |
| HSV(B) | 214.29º | 0.38% | 0.86% | - |
| XYZ | 37.34 | 39.39 | 72.65 | - |
| YUV | 165.71 | 158.07 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 171 | 219 | 0.38 | 0.22 | 0 | 0.14 | 214.29 | 0.54 | 0.69 |
| Hex | 87 | AB | DB | 26 | 16 | 0 | E | D6 | 36 | 45 |
| Octal | 207 | 253 | 333 | 46 | 26 | 0 | 16 | 326 | 66 | 105 |
| Binary | 10000111 | 10101011 | 11011011 | 100110 | 10110 | 0 | 1110 | 11010110 | 110110 | 1000101 |
Color Harmonies of #87ABDB
Complementary color
Monochromatic Colors of #87ABDB
Black with #87ABDB
Text Example
Text Example
White with #87ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87ABDB; }
p { color: rgb(135,171,219); }
H1.HeaderClassName
{
color: #87ABDB;
}
.AnyTagClassName
{
color: #87ABDB;
}
</style>
background-color css
<style>
a { background-color: #87ABDB; }
a { background-color: rgb(135,171,219); }
div.DivClassName
{
background-color: #87ABDB;
}
.BgClassName
{
background-color: #87ABDB;
}
</style>
border-color css
<style>
span { border-color: #87ABDB; }
span { border-color: rgb(135,171,219); }
td.TdClassName
{
border-color: #87ABDB;
}
.TagClassName
{
border-color: #87ABDB;
}
</style>