Shades of Jordy Blue #86B1FA
Tints of Jordy Blue #86B1FA
RGB
CMYK
RGB Variations
Color information
#86B1FA (or 0x86B1FA) is known color: Jordy Blue. HEX triplet: 86, B1 and FA. RGB value is (134,177,250). Sum of RGB (Red+Green+Blue) = 134+177+250=561 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.89% from 561); Green value is 177 (69.53% from 255 or 31.55% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #86B1FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86B1FA is #794E05. Grayscale: #ACACAC. Windows color (decimal): -7949830 or 16429446. OLE color: 16429446.
HSL color Cylindrical-coordinate representation of color #86B1FA: hue angle of 217.76º degrees, saturation: 0.92, 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 #86B1FA is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 177 | 250 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.02 |
| HSL | 217.76º | 0.92% | 0.75% | - |
| HSV(B) | 217.76º | 0.46% | 0.98% | - |
| XYZ | 42.81 | 43.41 | 96.57 | - |
| YUV | 172.47 | 171.75 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 177 | 250 | 0.46 | 0.29 | 0 | 0.02 | 217.76 | 0.92 | 0.75 |
| Hex | 86 | B1 | FA | 2E | 1D | 0 | 2 | DA | 5C | 4B |
| Octal | 206 | 261 | 372 | 56 | 35 | 0 | 2 | 332 | 134 | 113 |
| Binary | 10000110 | 10110001 | 11111010 | 101110 | 11101 | 0 | 10 | 11011010 | 1011100 | 1001011 |
Color Harmonies of #86B1FA
Complementary color
Monochromatic Colors of #86B1FA
Black with #86B1FA
Text Example
Text Example
White with #86B1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B1FA; }
p { color: rgb(134,177,250); }
H1.HeaderClassName
{
color: #86B1FA;
}
.AnyTagClassName
{
color: #86B1FA;
}
</style>
background-color css
<style>
a { background-color: #86B1FA; }
a { background-color: rgb(134,177,250); }
div.DivClassName
{
background-color: #86B1FA;
}
.BgClassName
{
background-color: #86B1FA;
}
</style>
border-color css
<style>
span { border-color: #86B1FA; }
span { border-color: rgb(134,177,250); }
td.TdClassName
{
border-color: #86B1FA;
}
.TagClassName
{
border-color: #86B1FA;
}
</style>