Shades of Jordy Blue #86A8DF
Tints of Jordy Blue #86A8DF
RGB
CMYK
RGB Variations
Color information
#86A8DF (or 0x86A8DF) is known color: Jordy Blue. HEX triplet: 86, A8 and DF. RGB value is (134,168,223). Sum of RGB (Red+Green+Blue) = 134+168+223=525 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.52% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #86A8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A8DF is #795720. Grayscale: #A3A3A3. Windows color (decimal): -7952161 or 14657670. OLE color: 14657670.
HSL color Cylindrical-coordinate representation of color #86A8DF: hue angle of 217.08º 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 #86A8DF is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 168 | 223 | - |
| CMYK | 0.40 | 0.25 | 0 | 0.13 |
| HSL | 217.08º | 0.58% | 0.7% | - |
| HSV(B) | 217.08º | 0.4% | 0.87% | - |
| XYZ | 37.15 | 38.4 | 75.27 | - |
| YUV | 164.1 | 161.24 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 168 | 223 | 0.40 | 0.25 | 0 | 0.13 | 217.08 | 0.58 | 0.7 |
| Hex | 86 | A8 | DF | 28 | 19 | 0 | D | D9 | 3A | 46 |
| Octal | 206 | 250 | 337 | 50 | 31 | 0 | 15 | 331 | 72 | 106 |
| Binary | 10000110 | 10101000 | 11011111 | 101000 | 11001 | 0 | 1101 | 11011001 | 111010 | 1000110 |
Color Harmonies of #86A8DF
Complementary color
Monochromatic Colors of #86A8DF
Black with #86A8DF
Text Example
Text Example
White with #86A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A8DF; }
p { color: rgb(134,168,223); }
H1.HeaderClassName
{
color: #86A8DF;
}
.AnyTagClassName
{
color: #86A8DF;
}
</style>
background-color css
<style>
a { background-color: #86A8DF; }
a { background-color: rgb(134,168,223); }
div.DivClassName
{
background-color: #86A8DF;
}
.BgClassName
{
background-color: #86A8DF;
}
</style>
border-color css
<style>
span { border-color: #86A8DF; }
span { border-color: rgb(134,168,223); }
td.TdClassName
{
border-color: #86A8DF;
}
.TagClassName
{
border-color: #86A8DF;
}
</style>