Shades of Jordy Blue #86A7FC
Tints of Jordy Blue #86A7FC
RGB
CMYK
RGB Variations
Color information
#86A7FC (or 0x86A7FC) is known color: Jordy Blue. HEX triplet: 86, A7 and FC. RGB value is (134,167,252). Sum of RGB (Red+Green+Blue) = 134+167+252=553 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.23% from 553); Green value is 167 (65.62% from 255 or 30.20% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #86A7FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A7FC is #795803. Grayscale: #A6A6A6. Windows color (decimal): -7952388 or 16557958. OLE color: 16557958.
HSL color Cylindrical-coordinate representation of color #86A7FC: hue angle of 223.22º 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 #86A7FC is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 167 | 252 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.01 |
| HSL | 223.22º | 0.95% | 0.76% | - |
| HSV(B) | 223.22º | 0.47% | 0.99% | - |
| XYZ | 41.22 | 39.73 | 97.59 | - |
| YUV | 166.82 | 176.07 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 167 | 252 | 0.47 | 0.34 | 0 | 0.01 | 223.22 | 0.95 | 0.76 |
| Hex | 86 | A7 | FC | 2F | 22 | 0 | 1 | DF | 5F | 4C |
| Octal | 206 | 247 | 374 | 57 | 42 | 0 | 1 | 337 | 137 | 114 |
| Binary | 10000110 | 10100111 | 11111100 | 101111 | 100010 | 0 | 1 | 11011111 | 1011111 | 1001100 |
Color Harmonies of #86A7FC
Complementary color
Monochromatic Colors of #86A7FC
Black with #86A7FC
Text Example
Text Example
White with #86A7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A7FC; }
p { color: rgb(134,167,252); }
H1.HeaderClassName
{
color: #86A7FC;
}
.AnyTagClassName
{
color: #86A7FC;
}
</style>
background-color css
<style>
a { background-color: #86A7FC; }
a { background-color: rgb(134,167,252); }
div.DivClassName
{
background-color: #86A7FC;
}
.BgClassName
{
background-color: #86A7FC;
}
</style>
border-color css
<style>
span { border-color: #86A7FC; }
span { border-color: rgb(134,167,252); }
td.TdClassName
{
border-color: #86A7FC;
}
.TagClassName
{
border-color: #86A7FC;
}
</style>