Shades of Jordy Blue #86B0F9
Tints of Jordy Blue #86B0F9
RGB
CMYK
RGB Variations
Color information
#86B0F9 (or 0x86B0F9) is known color: Jordy Blue. HEX triplet: 86, B0 and F9. RGB value is (134,176,249). Sum of RGB (Red+Green+Blue) = 134+176+249=559 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.97% from 559); Green value is 176 (69.14% from 255 or 31.48% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #86B0F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86B0F9 is #794F06. Grayscale: #ABABAB. Windows color (decimal): -7950087 or 16363654. OLE color: 16363654.
HSL color Cylindrical-coordinate representation of color #86B0F9: hue angle of 218.09º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86B0F9 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 176 | 249 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.02 |
| HSL | 218.09º | 0.91% | 0.75% | - |
| HSV(B) | 218.09º | 0.46% | 0.98% | - |
| XYZ | 42.46 | 42.96 | 95.68 | - |
| YUV | 171.76 | 171.59 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 176 | 249 | 0.46 | 0.29 | 0 | 0.02 | 218.09 | 0.91 | 0.75 |
| Hex | 86 | B0 | F9 | 2E | 1D | 0 | 2 | DA | 5B | 4B |
| Octal | 206 | 260 | 371 | 56 | 35 | 0 | 2 | 332 | 133 | 113 |
| Binary | 10000110 | 10110000 | 11111001 | 101110 | 11101 | 0 | 10 | 11011010 | 1011011 | 1001011 |
Color Harmonies of #86B0F9
Complementary color
Monochromatic Colors of #86B0F9
Black with #86B0F9
Text Example
Text Example
White with #86B0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B0F9; }
p { color: rgb(134,176,249); }
H1.HeaderClassName
{
color: #86B0F9;
}
.AnyTagClassName
{
color: #86B0F9;
}
</style>
background-color css
<style>
a { background-color: #86B0F9; }
a { background-color: rgb(134,176,249); }
div.DivClassName
{
background-color: #86B0F9;
}
.BgClassName
{
background-color: #86B0F9;
}
</style>
border-color css
<style>
span { border-color: #86B0F9; }
span { border-color: rgb(134,176,249); }
td.TdClassName
{
border-color: #86B0F9;
}
.TagClassName
{
border-color: #86B0F9;
}
</style>