Shades of Jordy Blue #87A8FE
Tints of Jordy Blue #87A8FE
RGB
CMYK
RGB Variations
Color information
#87A8FE (or 0x87A8FE) is known color: Jordy Blue. HEX triplet: 87, A8 and FE. RGB value is (135,168,254). Sum of RGB (Red+Green+Blue) = 135+168+254=557 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.24% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #87A8FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A8FE is #785701. Grayscale: #A7A7A7. Windows color (decimal): -7886594 or 16689287. OLE color: 16689287.
HSL color Cylindrical-coordinate representation of color #87A8FE: hue angle of 223.36º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87A8FE is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 168 | 254 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.00 |
| HSL | 223.36º | 0.98% | 0.76% | - |
| HSV(B) | 223.36º | 0.47% | 1% | - |
| XYZ | 41.88 | 40.31 | 99.34 | - |
| YUV | 167.94 | 176.57 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 168 | 254 | 0.47 | 0.34 | 0 | 0.00 | 223.36 | 0.98 | 0.76 |
| Hex | 87 | A8 | FE | 2F | 22 | 0 | 0 | DF | 62 | 4C |
| Octal | 207 | 250 | 376 | 57 | 42 | 0 | 0 | 337 | 142 | 114 |
| Binary | 10000111 | 10101000 | 11111110 | 101111 | 100010 | 0 | 0 | 11011111 | 1100010 | 1001100 |
Color Harmonies of #87A8FE
Complementary color
Monochromatic Colors of #87A8FE
Black with #87A8FE
Text Example
Text Example
White with #87A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A8FE; }
p { color: rgb(135,168,254); }
H1.HeaderClassName
{
color: #87A8FE;
}
.AnyTagClassName
{
color: #87A8FE;
}
</style>
background-color css
<style>
a { background-color: #87A8FE; }
a { background-color: rgb(135,168,254); }
div.DivClassName
{
background-color: #87A8FE;
}
.BgClassName
{
background-color: #87A8FE;
}
</style>
border-color css
<style>
span { border-color: #87A8FE; }
span { border-color: rgb(135,168,254); }
td.TdClassName
{
border-color: #87A8FE;
}
.TagClassName
{
border-color: #87A8FE;
}
</style>