Shades of Jordy Blue #87B4F7
Tints of Jordy Blue #87B4F7
RGB
CMYK
RGB Variations
Color information
#87B4F7 (or 0x87B4F7) is known color: Jordy Blue. HEX triplet: 87, B4 and F7. RGB value is (135,180,247). Sum of RGB (Red+Green+Blue) = 135+180+247=562 (74% of max value = 765). Red value is 135 (53.12% from 255 or 24.02% from 562); Green value is 180 (70.70% from 255 or 32.03% from 562); Blue value is 247 (96.88% from 255 or 43.95% from 562); Max value from RGB is 247 - color contains mainly: blue. Hex color #87B4F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87B4F7 is #784B08. Grayscale: #ADADAD. Windows color (decimal): -7883529 or 16233607. OLE color: 16233607.
HSL color Cylindrical-coordinate representation of color #87B4F7: hue angle of 215.89º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #87B4F7 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 135 | 180 | 247 | - |
| CMYK | 0.45 | 0.27 | 0 | 0.03 |
| HSL | 215.89º | 0.88% | 0.75% | - |
| HSV(B) | 215.89º | 0.45% | 0.97% | - |
| XYZ | 43.1 | 44.51 | 94.32 | - |
| YUV | 174.18 | 169.09 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 180 | 247 | 0.45 | 0.27 | 0 | 0.03 | 215.89 | 0.88 | 0.75 |
| Hex | 87 | B4 | F7 | 2D | 1B | 0 | 3 | D8 | 58 | 4B |
| Octal | 207 | 264 | 367 | 55 | 33 | 0 | 3 | 330 | 130 | 113 |
| Binary | 10000111 | 10110100 | 11110111 | 101101 | 11011 | 0 | 11 | 11011000 | 1011000 | 1001011 |
Color Harmonies of #87B4F7
Complementary color
Monochromatic Colors of #87B4F7
Black with #87B4F7
Text Example
Text Example
White with #87B4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B4F7; }
p { color: rgb(135,180,247); }
H1.HeaderClassName
{
color: #87B4F7;
}
.AnyTagClassName
{
color: #87B4F7;
}
</style>
background-color css
<style>
a { background-color: #87B4F7; }
a { background-color: rgb(135,180,247); }
div.DivClassName
{
background-color: #87B4F7;
}
.BgClassName
{
background-color: #87B4F7;
}
</style>
border-color css
<style>
span { border-color: #87B4F7; }
span { border-color: rgb(135,180,247); }
td.TdClassName
{
border-color: #87B4F7;
}
.TagClassName
{
border-color: #87B4F7;
}
</style>