Shades of Jordy Blue #86A8FD
Tints of Jordy Blue #86A8FD
RGB
CMYK
RGB Variations
Color information
#86A8FD (or 0x86A8FD) is known color: Jordy Blue. HEX triplet: 86, A8 and FD. RGB value is (134,168,253). Sum of RGB (Red+Green+Blue) = 134+168+253=555 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.14% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #86A8FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A8FD is #795702. Grayscale: #A7A7A7. Windows color (decimal): -7952131 or 16623750. OLE color: 16623750.
HSL color Cylindrical-coordinate representation of color #86A8FD: hue angle of 222.86º degrees, saturation: 0.97, 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 #86A8FD is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 168 | 253 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.01 |
| HSL | 222.86º | 0.97% | 0.76% | - |
| HSV(B) | 222.86º | 0.47% | 0.99% | - |
| XYZ | 41.56 | 40.17 | 98.49 | - |
| YUV | 167.52 | 176.24 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 168 | 253 | 0.47 | 0.34 | 0 | 0.01 | 222.86 | 0.97 | 0.76 |
| Hex | 86 | A8 | FD | 2F | 22 | 0 | 1 | DF | 61 | 4C |
| Octal | 206 | 250 | 375 | 57 | 42 | 0 | 1 | 337 | 141 | 114 |
| Binary | 10000110 | 10101000 | 11111101 | 101111 | 100010 | 0 | 1 | 11011111 | 1100001 | 1001100 |
Color Harmonies of #86A8FD
Complementary color
Monochromatic Colors of #86A8FD
Black with #86A8FD
Text Example
Text Example
White with #86A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A8FD; }
p { color: rgb(134,168,253); }
H1.HeaderClassName
{
color: #86A8FD;
}
.AnyTagClassName
{
color: #86A8FD;
}
</style>
background-color css
<style>
a { background-color: #86A8FD; }
a { background-color: rgb(134,168,253); }
div.DivClassName
{
background-color: #86A8FD;
}
.BgClassName
{
background-color: #86A8FD;
}
</style>
border-color css
<style>
span { border-color: #86A8FD; }
span { border-color: rgb(134,168,253); }
td.TdClassName
{
border-color: #86A8FD;
}
.TagClassName
{
border-color: #86A8FD;
}
</style>