Shades of Jordy Blue #86A3FC
Tints of Jordy Blue #86A3FC
RGB
CMYK
RGB Variations
Color information
#86A3FC (or 0x86A3FC) is known color: Jordy Blue. HEX triplet: 86, A3 and FC. RGB value is (134,163,252). Sum of RGB (Red+Green+Blue) = 134+163+252=549 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.41% from 549); Green value is 163 (64.06% from 255 or 29.69% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #86A3FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A3FC is #795C03. Grayscale: #A4A4A4. Windows color (decimal): -7953412 or 16556934. OLE color: 16556934.
HSL color Cylindrical-coordinate representation of color #86A3FC: hue angle of 225.25º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86A3FC is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 163 | 252 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.01 |
| HSL | 225.25º | 0.95% | 0.76% | - |
| HSV(B) | 225.25º | 0.47% | 0.99% | - |
| XYZ | 40.5 | 38.29 | 97.35 | - |
| YUV | 164.48 | 177.39 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 163 | 252 | 0.47 | 0.35 | 0 | 0.01 | 225.25 | 0.95 | 0.76 |
| Hex | 86 | A3 | FC | 2F | 23 | 0 | 1 | E1 | 5F | 4C |
| Octal | 206 | 243 | 374 | 57 | 43 | 0 | 1 | 341 | 137 | 114 |
| Binary | 10000110 | 10100011 | 11111100 | 101111 | 100011 | 0 | 1 | 11100001 | 1011111 | 1001100 |
Color Harmonies of #86A3FC
Complementary color
Monochromatic Colors of #86A3FC
Black with #86A3FC
Text Example
Text Example
White with #86A3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A3FC; }
p { color: rgb(134,163,252); }
H1.HeaderClassName
{
color: #86A3FC;
}
.AnyTagClassName
{
color: #86A3FC;
}
</style>
background-color css
<style>
a { background-color: #86A3FC; }
a { background-color: rgb(134,163,252); }
div.DivClassName
{
background-color: #86A3FC;
}
.BgClassName
{
background-color: #86A3FC;
}
</style>
border-color css
<style>
span { border-color: #86A3FC; }
span { border-color: rgb(134,163,252); }
td.TdClassName
{
border-color: #86A3FC;
}
.TagClassName
{
border-color: #86A3FC;
}
</style>