Shades of Jordy Blue #87ABFC
Tints of Jordy Blue #87ABFC
RGB
CMYK
RGB Variations
Color information
#87ABFC (or 0x87ABFC) is known color: Jordy Blue. HEX triplet: 87, AB and FC. RGB value is (135,171,252). Sum of RGB (Red+Green+Blue) = 135+171+252=558 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.19% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #87ABFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87ABFC is #785403. Grayscale: #A9A9A9. Windows color (decimal): -7885828 or 16558983. OLE color: 16558983.
HSL color Cylindrical-coordinate representation of color #87ABFC: hue angle of 221.54º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87ABFC is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 135 | 171 | 252 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.01 |
| HSL | 221.54º | 0.95% | 0.76% | - |
| HSV(B) | 221.54º | 0.46% | 0.99% | - |
| XYZ | 42.13 | 41.3 | 97.85 | - |
| YUV | 169.47 | 174.57 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 171 | 252 | 0.46 | 0.32 | 0 | 0.01 | 221.54 | 0.95 | 0.76 |
| Hex | 87 | AB | FC | 2E | 20 | 0 | 1 | DE | 5F | 4C |
| Octal | 207 | 253 | 374 | 56 | 40 | 0 | 1 | 336 | 137 | 114 |
| Binary | 10000111 | 10101011 | 11111100 | 101110 | 100000 | 0 | 1 | 11011110 | 1011111 | 1001100 |
Color Harmonies of #87ABFC
Complementary color
Monochromatic Colors of #87ABFC
Black with #87ABFC
Text Example
Text Example
White with #87ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87ABFC; }
p { color: rgb(135,171,252); }
H1.HeaderClassName
{
color: #87ABFC;
}
.AnyTagClassName
{
color: #87ABFC;
}
</style>
background-color css
<style>
a { background-color: #87ABFC; }
a { background-color: rgb(135,171,252); }
div.DivClassName
{
background-color: #87ABFC;
}
.BgClassName
{
background-color: #87ABFC;
}
</style>
border-color css
<style>
span { border-color: #87ABFC; }
span { border-color: rgb(135,171,252); }
td.TdClassName
{
border-color: #87ABFC;
}
.TagClassName
{
border-color: #87ABFC;
}
</style>