Shades of Jordy Blue #87A7FB
Tints of Jordy Blue #87A7FB
RGB
CMYK
RGB Variations
Color information
#87A7FB (or 0x87A7FB) is known color: Jordy Blue. HEX triplet: 87, A7 and FB. RGB value is (135,167,251). Sum of RGB (Red+Green+Blue) = 135+167+251=553 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.41% from 553); Green value is 167 (65.62% from 255 or 30.20% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #87A7FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A7FB is #785804. Grayscale: #A6A6A6. Windows color (decimal): -7886853 or 16492423. OLE color: 16492423.
HSL color Cylindrical-coordinate representation of color #87A7FB: hue angle of 223.45º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87A7FB is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 167 | 251 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.02 |
| HSL | 223.45º | 0.94% | 0.76% | - |
| HSV(B) | 223.45º | 0.46% | 0.98% | - |
| XYZ | 41.22 | 39.75 | 96.77 | - |
| YUV | 167.01 | 175.4 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 167 | 251 | 0.46 | 0.33 | 0 | 0.02 | 223.45 | 0.94 | 0.76 |
| Hex | 87 | A7 | FB | 2E | 21 | 0 | 2 | DF | 5E | 4C |
| Octal | 207 | 247 | 373 | 56 | 41 | 0 | 2 | 337 | 136 | 114 |
| Binary | 10000111 | 10100111 | 11111011 | 101110 | 100001 | 0 | 10 | 11011111 | 1011110 | 1001100 |
Color Harmonies of #87A7FB
Complementary color
Monochromatic Colors of #87A7FB
Black with #87A7FB
Text Example
Text Example
White with #87A7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A7FB; }
p { color: rgb(135,167,251); }
H1.HeaderClassName
{
color: #87A7FB;
}
.AnyTagClassName
{
color: #87A7FB;
}
</style>
background-color css
<style>
a { background-color: #87A7FB; }
a { background-color: rgb(135,167,251); }
div.DivClassName
{
background-color: #87A7FB;
}
.BgClassName
{
background-color: #87A7FB;
}
</style>
border-color css
<style>
span { border-color: #87A7FB; }
span { border-color: rgb(135,167,251); }
td.TdClassName
{
border-color: #87A7FB;
}
.TagClassName
{
border-color: #87A7FB;
}
</style>