Shades of Jordy Blue #87A8DF
Tints of Jordy Blue #87A8DF
RGB
CMYK
RGB Variations
Color information
#87A8DF (or 0x87A8DF) is known color: Jordy Blue. HEX triplet: 87, A8 and DF. RGB value is (135,168,223). Sum of RGB (Red+Green+Blue) = 135+168+223=526 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.67% from 526); Green value is 168 (66.02% from 255 or 31.94% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #87A8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A8DF is #785720. Grayscale: #A4A4A4. Windows color (decimal): -7886625 or 14657671. OLE color: 14657671.
HSL color Cylindrical-coordinate representation of color #87A8DF: hue angle of 217.5º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87A8DF is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 168 | 223 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.13 |
| HSL | 217.5º | 0.58% | 0.7% | - |
| HSV(B) | 217.5º | 0.39% | 0.87% | - |
| XYZ | 37.31 | 38.48 | 75.27 | - |
| YUV | 164.4 | 161.07 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 168 | 223 | 0.39 | 0.25 | 0 | 0.13 | 217.5 | 0.58 | 0.7 |
| Hex | 87 | A8 | DF | 27 | 19 | 0 | D | DA | 3A | 46 |
| Octal | 207 | 250 | 337 | 47 | 31 | 0 | 15 | 332 | 72 | 106 |
| Binary | 10000111 | 10101000 | 11011111 | 100111 | 11001 | 0 | 1101 | 11011010 | 111010 | 1000110 |
Color Harmonies of #87A8DF
Complementary color
Monochromatic Colors of #87A8DF
Black with #87A8DF
Text Example
Text Example
White with #87A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A8DF; }
p { color: rgb(135,168,223); }
H1.HeaderClassName
{
color: #87A8DF;
}
.AnyTagClassName
{
color: #87A8DF;
}
</style>
background-color css
<style>
a { background-color: #87A8DF; }
a { background-color: rgb(135,168,223); }
div.DivClassName
{
background-color: #87A8DF;
}
.BgClassName
{
background-color: #87A8DF;
}
</style>
border-color css
<style>
span { border-color: #87A8DF; }
span { border-color: rgb(135,168,223); }
td.TdClassName
{
border-color: #87A8DF;
}
.TagClassName
{
border-color: #87A8DF;
}
</style>