Shades of Jordy Blue #86A8F7
Tints of Jordy Blue #86A8F7
RGB
CMYK
RGB Variations
Color information
#86A8F7 (or 0x86A8F7) is known color: Jordy Blue. HEX triplet: 86, A8 and F7. RGB value is (134,168,247). Sum of RGB (Red+Green+Blue) = 134+168+247=549 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.41% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 247 (96.88% from 255 or 44.99% from 549); Max value from RGB is 247 - color contains mainly: blue. Hex color #86A8F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A8F7 is #795708. Grayscale: #A6A6A6. Windows color (decimal): -7952137 or 16230534. OLE color: 16230534.
HSL color Cylindrical-coordinate representation of color #86A8F7: hue angle of 221.95º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86A8F7 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 134 | 168 | 247 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.03 |
| HSL | 221.95º | 0.88% | 0.75% | - |
| HSV(B) | 221.95º | 0.46% | 0.97% | - |
| XYZ | 40.62 | 39.79 | 93.53 | - |
| YUV | 166.84 | 173.24 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 168 | 247 | 0.46 | 0.32 | 0 | 0.03 | 221.95 | 0.88 | 0.75 |
| Hex | 86 | A8 | F7 | 2E | 20 | 0 | 3 | DE | 58 | 4B |
| Octal | 206 | 250 | 367 | 56 | 40 | 0 | 3 | 336 | 130 | 113 |
| Binary | 10000110 | 10101000 | 11110111 | 101110 | 100000 | 0 | 11 | 11011110 | 1011000 | 1001011 |
Color Harmonies of #86A8F7
Complementary color
Monochromatic Colors of #86A8F7
Black with #86A8F7
Text Example
Text Example
White with #86A8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A8F7; }
p { color: rgb(134,168,247); }
H1.HeaderClassName
{
color: #86A8F7;
}
.AnyTagClassName
{
color: #86A8F7;
}
</style>
background-color css
<style>
a { background-color: #86A8F7; }
a { background-color: rgb(134,168,247); }
div.DivClassName
{
background-color: #86A8F7;
}
.BgClassName
{
background-color: #86A8F7;
}
</style>
border-color css
<style>
span { border-color: #86A8F7; }
span { border-color: rgb(134,168,247); }
td.TdClassName
{
border-color: #86A8F7;
}
.TagClassName
{
border-color: #86A8F7;
}
</style>