Shades of Jordy Blue #86A8DB
Tints of Jordy Blue #86A8DB
RGB
CMYK
RGB Variations
Color information
#86A8DB (or 0x86A8DB) is known color: Jordy Blue. HEX triplet: 86, A8 and DB. RGB value is (134,168,219). Sum of RGB (Red+Green+Blue) = 134+168+219=521 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.72% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #86A8DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A8DB is #795724. Grayscale: #A3A3A3. Windows color (decimal): -7952165 or 14395526. OLE color: 14395526.
HSL color Cylindrical-coordinate representation of color #86A8DB: hue angle of 216º degrees, saturation: 0.54, 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 #86A8DB is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 168 | 219 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.14 |
| HSL | 216º | 0.54% | 0.69% | - |
| HSV(B) | 216º | 0.39% | 0.86% | - |
| XYZ | 36.62 | 38.19 | 72.46 | - |
| YUV | 163.65 | 159.24 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 168 | 219 | 0.39 | 0.23 | 0 | 0.14 | 216 | 0.54 | 0.69 |
| Hex | 86 | A8 | DB | 27 | 17 | 0 | E | D8 | 36 | 45 |
| Octal | 206 | 250 | 333 | 47 | 27 | 0 | 16 | 330 | 66 | 105 |
| Binary | 10000110 | 10101000 | 11011011 | 100111 | 10111 | 0 | 1110 | 11011000 | 110110 | 1000101 |
Color Harmonies of #86A8DB
Complementary color
Monochromatic Colors of #86A8DB
Black with #86A8DB
Text Example
Text Example
White with #86A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A8DB; }
p { color: rgb(134,168,219); }
H1.HeaderClassName
{
color: #86A8DB;
}
.AnyTagClassName
{
color: #86A8DB;
}
</style>
background-color css
<style>
a { background-color: #86A8DB; }
a { background-color: rgb(134,168,219); }
div.DivClassName
{
background-color: #86A8DB;
}
.BgClassName
{
background-color: #86A8DB;
}
</style>
border-color css
<style>
span { border-color: #86A8DB; }
span { border-color: rgb(134,168,219); }
td.TdClassName
{
border-color: #86A8DB;
}
.TagClassName
{
border-color: #86A8DB;
}
</style>