Shades of Jordy Blue #86AEDB
Tints of Jordy Blue #86AEDB
RGB
CMYK
RGB Variations
Color information
#86AEDB (or 0x86AEDB) is known color: Jordy Blue. HEX triplet: 86, AE and DB. RGB value is (134,174,219). Sum of RGB (Red+Green+Blue) = 134+174+219=527 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.43% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #86AEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AEDB is #795124. Grayscale: #A6A6A6. Windows color (decimal): -7950629 or 14397062. OLE color: 14397062.
HSL color Cylindrical-coordinate representation of color #86AEDB: hue angle of 211.76º 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 #86AEDB is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 174 | 219 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.14 |
| HSL | 211.76º | 0.54% | 0.69% | - |
| HSV(B) | 211.76º | 0.39% | 0.86% | - |
| XYZ | 37.75 | 40.45 | 72.84 | - |
| YUV | 167.17 | 157.25 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 174 | 219 | 0.39 | 0.21 | 0 | 0.14 | 211.76 | 0.54 | 0.69 |
| Hex | 86 | AE | DB | 27 | 15 | 0 | E | D4 | 36 | 45 |
| Octal | 206 | 256 | 333 | 47 | 25 | 0 | 16 | 324 | 66 | 105 |
| Binary | 10000110 | 10101110 | 11011011 | 100111 | 10101 | 0 | 1110 | 11010100 | 110110 | 1000101 |
Color Harmonies of #86AEDB
Complementary color
Monochromatic Colors of #86AEDB
Black with #86AEDB
Text Example
Text Example
White with #86AEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AEDB; }
p { color: rgb(134,174,219); }
H1.HeaderClassName
{
color: #86AEDB;
}
.AnyTagClassName
{
color: #86AEDB;
}
</style>
background-color css
<style>
a { background-color: #86AEDB; }
a { background-color: rgb(134,174,219); }
div.DivClassName
{
background-color: #86AEDB;
}
.BgClassName
{
background-color: #86AEDB;
}
</style>
border-color css
<style>
span { border-color: #86AEDB; }
span { border-color: rgb(134,174,219); }
td.TdClassName
{
border-color: #86AEDB;
}
.TagClassName
{
border-color: #86AEDB;
}
</style>