Shades of Jordy Blue #86A3F4
Tints of Jordy Blue #86A3F4
RGB
CMYK
RGB Variations
Color information
#86A3F4 (or 0x86A3F4) is known color: Jordy Blue. HEX triplet: 86, A3 and F4. RGB value is (134,163,244). Sum of RGB (Red+Green+Blue) = 134+163+244=541 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.77% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 244 (95.70% from 255 or 45.10% from 541); Max value from RGB is 244 - color contains mainly: blue. Hex color #86A3F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A3F4 is #795C0B. Grayscale: #A3A3A3. Windows color (decimal): -7953420 or 16032646. OLE color: 16032646.
HSL color Cylindrical-coordinate representation of color #86A3F4: hue angle of 224.18º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86A3F4 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 163 | 244 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.04 |
| HSL | 224.18º | 0.83% | 0.74% | - |
| HSV(B) | 224.18º | 0.45% | 0.96% | - |
| XYZ | 39.26 | 37.79 | 90.81 | - |
| YUV | 163.56 | 173.39 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 163 | 244 | 0.45 | 0.33 | 0 | 0.04 | 224.18 | 0.83 | 0.74 |
| Hex | 86 | A3 | F4 | 2D | 21 | 0 | 4 | E0 | 53 | 4A |
| Octal | 206 | 243 | 364 | 55 | 41 | 0 | 4 | 340 | 123 | 112 |
| Binary | 10000110 | 10100011 | 11110100 | 101101 | 100001 | 0 | 100 | 11100000 | 1010011 | 1001010 |
Color Harmonies of #86A3F4
Complementary color
Monochromatic Colors of #86A3F4
Black with #86A3F4
Text Example
Text Example
White with #86A3F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A3F4; }
p { color: rgb(134,163,244); }
H1.HeaderClassName
{
color: #86A3F4;
}
.AnyTagClassName
{
color: #86A3F4;
}
</style>
background-color css
<style>
a { background-color: #86A3F4; }
a { background-color: rgb(134,163,244); }
div.DivClassName
{
background-color: #86A3F4;
}
.BgClassName
{
background-color: #86A3F4;
}
</style>
border-color css
<style>
span { border-color: #86A3F4; }
span { border-color: rgb(134,163,244); }
td.TdClassName
{
border-color: #86A3F4;
}
.TagClassName
{
border-color: #86A3F4;
}
</style>