Shades of Jordy Blue #86B0F7
Tints of Jordy Blue #86B0F7
RGB
CMYK
RGB Variations
Color information
#86B0F7 (or 0x86B0F7) is known color: Jordy Blue. HEX triplet: 86, B0 and F7. RGB value is (134,176,247). Sum of RGB (Red+Green+Blue) = 134+176+247=557 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.06% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 247 - color contains mainly: blue. Hex color #86B0F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86B0F7 is #794F08. Grayscale: #ABABAB. Windows color (decimal): -7950089 or 16232582. OLE color: 16232582.
HSL color Cylindrical-coordinate representation of color #86B0F7: hue angle of 217.7º 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 #86B0F7 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 134 | 176 | 247 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.03 |
| HSL | 217.7º | 0.88% | 0.75% | - |
| HSV(B) | 217.7º | 0.46% | 0.97% | - |
| XYZ | 42.15 | 42.83 | 94.04 | - |
| YUV | 171.54 | 170.59 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 176 | 247 | 0.46 | 0.29 | 0 | 0.03 | 217.7 | 0.88 | 0.75 |
| Hex | 86 | B0 | F7 | 2E | 1D | 0 | 3 | DA | 58 | 4B |
| Octal | 206 | 260 | 367 | 56 | 35 | 0 | 3 | 332 | 130 | 113 |
| Binary | 10000110 | 10110000 | 11110111 | 101110 | 11101 | 0 | 11 | 11011010 | 1011000 | 1001011 |
Color Harmonies of #86B0F7
Complementary color
Monochromatic Colors of #86B0F7
Black with #86B0F7
Text Example
Text Example
White with #86B0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B0F7; }
p { color: rgb(134,176,247); }
H1.HeaderClassName
{
color: #86B0F7;
}
.AnyTagClassName
{
color: #86B0F7;
}
</style>
background-color css
<style>
a { background-color: #86B0F7; }
a { background-color: rgb(134,176,247); }
div.DivClassName
{
background-color: #86B0F7;
}
.BgClassName
{
background-color: #86B0F7;
}
</style>
border-color css
<style>
span { border-color: #86B0F7; }
span { border-color: rgb(134,176,247); }
td.TdClassName
{
border-color: #86B0F7;
}
.TagClassName
{
border-color: #86B0F7;
}
</style>