Shades of Jordy Blue #86B2D9
Tints of Jordy Blue #86B2D9
RGB
CMYK
RGB Variations
Color information
#86B2D9 (or 0x86B2D9) is known color: Jordy Blue. HEX triplet: 86, B2 and D9. RGB value is (134,178,217). Sum of RGB (Red+Green+Blue) = 134+178+217=529 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.33% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 217 (85.16% from 255 or 41.02% from 529); Max value from RGB is 217 - color contains mainly: blue. Hex color #86B2D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86B2D9 is #794D26. Grayscale: #A9A9A9. Windows color (decimal): -7949607 or 14267014. OLE color: 14267014.
HSL color Cylindrical-coordinate representation of color #86B2D9: hue angle of 208.19º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86B2D9 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 178 | 217 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.15 |
| HSL | 208.19º | 0.52% | 0.69% | - |
| HSV(B) | 208.19º | 0.38% | 0.85% | - |
| XYZ | 38.28 | 41.92 | 71.72 | - |
| YUV | 169.29 | 154.92 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 178 | 217 | 0.38 | 0.18 | 0 | 0.15 | 208.19 | 0.52 | 0.69 |
| Hex | 86 | B2 | D9 | 26 | 12 | 0 | F | D0 | 34 | 45 |
| Octal | 206 | 262 | 331 | 46 | 22 | 0 | 17 | 320 | 64 | 105 |
| Binary | 10000110 | 10110010 | 11011001 | 100110 | 10010 | 0 | 1111 | 11010000 | 110100 | 1000101 |
Color Harmonies of #86B2D9
Complementary color
Monochromatic Colors of #86B2D9
Black with #86B2D9
Text Example
Text Example
White with #86B2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B2D9; }
p { color: rgb(134,178,217); }
H1.HeaderClassName
{
color: #86B2D9;
}
.AnyTagClassName
{
color: #86B2D9;
}
</style>
background-color css
<style>
a { background-color: #86B2D9; }
a { background-color: rgb(134,178,217); }
div.DivClassName
{
background-color: #86B2D9;
}
.BgClassName
{
background-color: #86B2D9;
}
</style>
border-color css
<style>
span { border-color: #86B2D9; }
span { border-color: rgb(134,178,217); }
td.TdClassName
{
border-color: #86B2D9;
}
.TagClassName
{
border-color: #86B2D9;
}
</style>