Shades of Jordy Blue #86A3FB
Tints of Jordy Blue #86A3FB
RGB
CMYK
RGB Variations
Color information
#86A3FB (or 0x86A3FB) is known color: Jordy Blue. HEX triplet: 86, A3 and FB. RGB value is (134,163,251). Sum of RGB (Red+Green+Blue) = 134+163+251=548 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.45% from 548); Green value is 163 (64.06% from 255 or 29.74% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #86A3FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A3FB is #795C04. Grayscale: #A3A3A3. Windows color (decimal): -7953413 or 16491398. OLE color: 16491398.
HSL color Cylindrical-coordinate representation of color #86A3FB: hue angle of 225.13º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86A3FB is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 163 | 251 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.02 |
| HSL | 225.13º | 0.94% | 0.75% | - |
| HSV(B) | 225.13º | 0.47% | 0.98% | - |
| XYZ | 40.34 | 38.23 | 96.52 | - |
| YUV | 164.36 | 176.89 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 163 | 251 | 0.47 | 0.35 | 0 | 0.02 | 225.13 | 0.94 | 0.75 |
| Hex | 86 | A3 | FB | 2F | 23 | 0 | 2 | E1 | 5E | 4B |
| Octal | 206 | 243 | 373 | 57 | 43 | 0 | 2 | 341 | 136 | 113 |
| Binary | 10000110 | 10100011 | 11111011 | 101111 | 100011 | 0 | 10 | 11100001 | 1011110 | 1001011 |
Color Harmonies of #86A3FB
Complementary color
Monochromatic Colors of #86A3FB
Black with #86A3FB
Text Example
Text Example
White with #86A3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A3FB; }
p { color: rgb(134,163,251); }
H1.HeaderClassName
{
color: #86A3FB;
}
.AnyTagClassName
{
color: #86A3FB;
}
</style>
background-color css
<style>
a { background-color: #86A3FB; }
a { background-color: rgb(134,163,251); }
div.DivClassName
{
background-color: #86A3FB;
}
.BgClassName
{
background-color: #86A3FB;
}
</style>
border-color css
<style>
span { border-color: #86A3FB; }
span { border-color: rgb(134,163,251); }
td.TdClassName
{
border-color: #86A3FB;
}
.TagClassName
{
border-color: #86A3FB;
}
</style>