Shades of Jordy Blue #86A9DF
Tints of Jordy Blue #86A9DF
RGB
CMYK
RGB Variations
Color information
#86A9DF (or 0x86A9DF) is known color: Jordy Blue. HEX triplet: 86, A9 and DF. RGB value is (134,169,223). Sum of RGB (Red+Green+Blue) = 134+169+223=526 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.48% from 526); Green value is 169 (66.41% from 255 or 32.13% 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 #86A9DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A9DF is #795620. Grayscale: #A4A4A4. Windows color (decimal): -7951905 or 14657926. OLE color: 14657926.
HSL color Cylindrical-coordinate representation of color #86A9DF: hue angle of 216.4º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86A9DF is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 169 | 223 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.13 |
| HSL | 216.4º | 0.58% | 0.7% | - |
| HSV(B) | 216.4º | 0.4% | 0.87% | - |
| XYZ | 37.34 | 38.77 | 75.33 | - |
| YUV | 164.69 | 160.9 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 169 | 223 | 0.40 | 0.24 | 0 | 0.13 | 216.4 | 0.58 | 0.7 |
| Hex | 86 | A9 | DF | 28 | 18 | 0 | D | D8 | 3A | 46 |
| Octal | 206 | 251 | 337 | 50 | 30 | 0 | 15 | 330 | 72 | 106 |
| Binary | 10000110 | 10101001 | 11011111 | 101000 | 11000 | 0 | 1101 | 11011000 | 111010 | 1000110 |
Color Harmonies of #86A9DF
Complementary color
Monochromatic Colors of #86A9DF
Black with #86A9DF
Text Example
Text Example
White with #86A9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A9DF; }
p { color: rgb(134,169,223); }
H1.HeaderClassName
{
color: #86A9DF;
}
.AnyTagClassName
{
color: #86A9DF;
}
</style>
background-color css
<style>
a { background-color: #86A9DF; }
a { background-color: rgb(134,169,223); }
div.DivClassName
{
background-color: #86A9DF;
}
.BgClassName
{
background-color: #86A9DF;
}
</style>
border-color css
<style>
span { border-color: #86A9DF; }
span { border-color: rgb(134,169,223); }
td.TdClassName
{
border-color: #86A9DF;
}
.TagClassName
{
border-color: #86A9DF;
}
</style>