Shades of Jordy Blue #86A4DC
Tints of Jordy Blue #86A4DC
RGB
CMYK
RGB Variations
Color information
#86A4DC (or 0x86A4DC) is known color: Jordy Blue. HEX triplet: 86, A4 and DC. RGB value is (134,164,220). Sum of RGB (Red+Green+Blue) = 134+164+220=518 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.87% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #86A4DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A4DC is #795B23. Grayscale: #A1A1A1. Windows color (decimal): -7953188 or 14460038. OLE color: 14460038.
HSL color Cylindrical-coordinate representation of color #86A4DC: hue angle of 219.07º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86A4DC is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 164 | 220 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.14 |
| HSL | 219.07º | 0.55% | 0.69% | - |
| HSV(B) | 219.07º | 0.39% | 0.86% | - |
| XYZ | 36.03 | 36.79 | 72.91 | - |
| YUV | 161.41 | 161.06 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 164 | 220 | 0.39 | 0.25 | 0 | 0.14 | 219.07 | 0.55 | 0.69 |
| Hex | 86 | A4 | DC | 27 | 19 | 0 | E | DB | 37 | 45 |
| Octal | 206 | 244 | 334 | 47 | 31 | 0 | 16 | 333 | 67 | 105 |
| Binary | 10000110 | 10100100 | 11011100 | 100111 | 11001 | 0 | 1110 | 11011011 | 110111 | 1000101 |
Color Harmonies of #86A4DC
Complementary color
Monochromatic Colors of #86A4DC
Black with #86A4DC
Text Example
Text Example
White with #86A4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A4DC; }
p { color: rgb(134,164,220); }
H1.HeaderClassName
{
color: #86A4DC;
}
.AnyTagClassName
{
color: #86A4DC;
}
</style>
background-color css
<style>
a { background-color: #86A4DC; }
a { background-color: rgb(134,164,220); }
div.DivClassName
{
background-color: #86A4DC;
}
.BgClassName
{
background-color: #86A4DC;
}
</style>
border-color css
<style>
span { border-color: #86A4DC; }
span { border-color: rgb(134,164,220); }
td.TdClassName
{
border-color: #86A4DC;
}
.TagClassName
{
border-color: #86A4DC;
}
</style>