Shades of Jordy Blue #87B0EA
Tints of Jordy Blue #87B0EA
RGB
CMYK
RGB Variations
Color information
#87B0EA (or 0x87B0EA) is known color: Jordy Blue. HEX triplet: 87, B0 and EA. RGB value is (135,176,234). Sum of RGB (Red+Green+Blue) = 135+176+234=545 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.77% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #87B0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87B0EA is #784F15. Grayscale: #AAAAAA. Windows color (decimal): -7884566 or 15380615. OLE color: 15380615.
HSL color Cylindrical-coordinate representation of color #87B0EA: hue angle of 215.15º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #87B0EA is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 135 | 176 | 234 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.08 |
| HSL | 215.15º | 0.7% | 0.72% | - |
| HSV(B) | 215.15º | 0.42% | 0.92% | - |
| XYZ | 40.37 | 42.14 | 83.85 | - |
| YUV | 170.35 | 163.92 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 176 | 234 | 0.42 | 0.25 | 0 | 0.08 | 215.15 | 0.7 | 0.72 |
| Hex | 87 | B0 | EA | 2A | 19 | 0 | 8 | D7 | 46 | 48 |
| Octal | 207 | 260 | 352 | 52 | 31 | 0 | 10 | 327 | 106 | 110 |
| Binary | 10000111 | 10110000 | 11101010 | 101010 | 11001 | 0 | 1000 | 11010111 | 1000110 | 1001000 |
Color Harmonies of #87B0EA
Complementary color
Monochromatic Colors of #87B0EA
Black with #87B0EA
Text Example
Text Example
White with #87B0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B0EA; }
p { color: rgb(135,176,234); }
H1.HeaderClassName
{
color: #87B0EA;
}
.AnyTagClassName
{
color: #87B0EA;
}
</style>
background-color css
<style>
a { background-color: #87B0EA; }
a { background-color: rgb(135,176,234); }
div.DivClassName
{
background-color: #87B0EA;
}
.BgClassName
{
background-color: #87B0EA;
}
</style>
border-color css
<style>
span { border-color: #87B0EA; }
span { border-color: rgb(135,176,234); }
td.TdClassName
{
border-color: #87B0EA;
}
.TagClassName
{
border-color: #87B0EA;
}
</style>