Shades of Jordy Blue #87B2EC
Tints of Jordy Blue #87B2EC
RGB
CMYK
RGB Variations
Color information
#87B2EC (or 0x87B2EC) is known color: Jordy Blue. HEX triplet: 87, B2 and EC. RGB value is (135,178,236). Sum of RGB (Red+Green+Blue) = 135+178+236=549 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.59% from 549); Green value is 178 (69.92% from 255 or 32.42% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #87B2EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87B2EC is #784D13. Grayscale: #ABABAB. Windows color (decimal): -7884052 or 15512199. OLE color: 15512199.
HSL color Cylindrical-coordinate representation of color #87B2EC: hue angle of 214.46º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #87B2EC is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 178 | 236 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.07 |
| HSL | 214.46º | 0.73% | 0.73% | - |
| HSV(B) | 214.46º | 0.43% | 0.93% | - |
| XYZ | 41.05 | 43.05 | 85.5 | - |
| YUV | 171.76 | 164.25 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 178 | 236 | 0.43 | 0.25 | 0 | 0.07 | 214.46 | 0.73 | 0.73 |
| Hex | 87 | B2 | EC | 2B | 19 | 0 | 7 | D6 | 49 | 49 |
| Octal | 207 | 262 | 354 | 53 | 31 | 0 | 7 | 326 | 111 | 111 |
| Binary | 10000111 | 10110010 | 11101100 | 101011 | 11001 | 0 | 111 | 11010110 | 1001001 | 1001001 |
Color Harmonies of #87B2EC
Complementary color
Monochromatic Colors of #87B2EC
Black with #87B2EC
Text Example
Text Example
White with #87B2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B2EC; }
p { color: rgb(135,178,236); }
H1.HeaderClassName
{
color: #87B2EC;
}
.AnyTagClassName
{
color: #87B2EC;
}
</style>
background-color css
<style>
a { background-color: #87B2EC; }
a { background-color: rgb(135,178,236); }
div.DivClassName
{
background-color: #87B2EC;
}
.BgClassName
{
background-color: #87B2EC;
}
</style>
border-color css
<style>
span { border-color: #87B2EC; }
span { border-color: rgb(135,178,236); }
td.TdClassName
{
border-color: #87B2EC;
}
.TagClassName
{
border-color: #87B2EC;
}
</style>