Shades of Jordy Blue #87A8EA
Tints of Jordy Blue #87A8EA
RGB
CMYK
RGB Variations
Color information
#87A8EA (or 0x87A8EA) is known color: Jordy Blue. HEX triplet: 87, A8 and EA. RGB value is (135,168,234). Sum of RGB (Red+Green+Blue) = 135+168+234=537 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.14% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #87A8EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A8EA is #785715. Grayscale: #A5A5A5. Windows color (decimal): -7886614 or 15378567. OLE color: 15378567.
HSL color Cylindrical-coordinate representation of color #87A8EA: hue angle of 220º 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 #87A8EA is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 135 | 168 | 234 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.08 |
| HSL | 220º | 0.7% | 0.72% | - |
| HSV(B) | 220º | 0.42% | 0.92% | - |
| XYZ | 38.85 | 39.1 | 83.34 | - |
| YUV | 165.66 | 166.57 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 168 | 234 | 0.42 | 0.28 | 0 | 0.08 | 220 | 0.7 | 0.72 |
| Hex | 87 | A8 | EA | 2A | 1C | 0 | 8 | DC | 46 | 48 |
| Octal | 207 | 250 | 352 | 52 | 34 | 0 | 10 | 334 | 106 | 110 |
| Binary | 10000111 | 10101000 | 11101010 | 101010 | 11100 | 0 | 1000 | 11011100 | 1000110 | 1001000 |
Color Harmonies of #87A8EA
Complementary color
Monochromatic Colors of #87A8EA
Black with #87A8EA
Text Example
Text Example
White with #87A8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A8EA; }
p { color: rgb(135,168,234); }
H1.HeaderClassName
{
color: #87A8EA;
}
.AnyTagClassName
{
color: #87A8EA;
}
</style>
background-color css
<style>
a { background-color: #87A8EA; }
a { background-color: rgb(135,168,234); }
div.DivClassName
{
background-color: #87A8EA;
}
.BgClassName
{
background-color: #87A8EA;
}
</style>
border-color css
<style>
span { border-color: #87A8EA; }
span { border-color: rgb(135,168,234); }
td.TdClassName
{
border-color: #87A8EA;
}
.TagClassName
{
border-color: #87A8EA;
}
</style>