Shades of Jordy Blue #87BAE1
Tints of Jordy Blue #87BAE1
RGB
CMYK
RGB Variations
Color information
#87BAE1 (or 0x87BAE1) is known color: Jordy Blue. HEX triplet: 87, BA and E1. RGB value is (135,186,225). Sum of RGB (Red+Green+Blue) = 135+186+225=546 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.73% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 225 (88.28% from 255 or 41.21% from 546); Max value from RGB is 225 - color contains mainly: blue. Hex color #87BAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BAE1 is #78451E. Grayscale: #AEAEAE. Windows color (decimal): -7882015 or 14793351. OLE color: 14793351.
HSL color Cylindrical-coordinate representation of color #87BAE1: hue angle of 206º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #87BAE1 is Cyan = 0.4, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 186 | 225 | - |
| CMYK | 0.4 | 0.17 | 0 | 0.12 |
| HSL | 206º | 0.6% | 0.71% | - |
| HSV(B) | 206º | 0.4% | 0.88% | - |
| XYZ | 41.14 | 45.7 | 77.89 | - |
| YUV | 175.2 | 156.1 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 186 | 225 | 0.4 | 0.17 | 0 | 0.12 | 206 | 0.6 | 0.71 |
| Hex | 87 | BA | E1 | 28 | 11 | 0 | C | CE | 3C | 47 |
| Octal | 207 | 272 | 341 | 50 | 21 | 0 | 14 | 316 | 74 | 107 |
| Binary | 10000111 | 10111010 | 11100001 | 101000 | 10001 | 0 | 1100 | 11001110 | 111100 | 1000111 |
Color Harmonies of #87BAE1
Complementary color
Monochromatic Colors of #87BAE1
Black with #87BAE1
Text Example
Text Example
White with #87BAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BAE1; }
p { color: rgb(135,186,225); }
H1.HeaderClassName
{
color: #87BAE1;
}
.AnyTagClassName
{
color: #87BAE1;
}
</style>
background-color css
<style>
a { background-color: #87BAE1; }
a { background-color: rgb(135,186,225); }
div.DivClassName
{
background-color: #87BAE1;
}
.BgClassName
{
background-color: #87BAE1;
}
</style>
border-color css
<style>
span { border-color: #87BAE1; }
span { border-color: rgb(135,186,225); }
td.TdClassName
{
border-color: #87BAE1;
}
.TagClassName
{
border-color: #87BAE1;
}
</style>