Shades of Jordy Blue #86AAF1
Tints of Jordy Blue #86AAF1
RGB
CMYK
RGB Variations
Color information
#86AAF1 (or 0x86AAF1) is known color: Jordy Blue. HEX triplet: 86, AA and F1. RGB value is (134,170,241). Sum of RGB (Red+Green+Blue) = 134+170+241=545 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.59% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #86AAF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86AAF1 is #79550E. Grayscale: #A7A7A7. Windows color (decimal): -7951631 or 15837830. OLE color: 15837830.
HSL color Cylindrical-coordinate representation of color #86AAF1: hue angle of 219.81º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86AAF1 is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 170 | 241 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.05 |
| HSL | 219.81º | 0.79% | 0.74% | - |
| HSV(B) | 219.81º | 0.44% | 0.95% | - |
| XYZ | 40.08 | 40.17 | 88.86 | - |
| YUV | 167.33 | 169.57 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 170 | 241 | 0.44 | 0.29 | 0 | 0.05 | 219.81 | 0.79 | 0.74 |
| Hex | 86 | AA | F1 | 2C | 1D | 0 | 5 | DC | 4F | 4A |
| Octal | 206 | 252 | 361 | 54 | 35 | 0 | 5 | 334 | 117 | 112 |
| Binary | 10000110 | 10101010 | 11110001 | 101100 | 11101 | 0 | 101 | 11011100 | 1001111 | 1001010 |
Color Harmonies of #86AAF1
Complementary color
Monochromatic Colors of #86AAF1
Black with #86AAF1
Text Example
Text Example
White with #86AAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AAF1; }
p { color: rgb(134,170,241); }
H1.HeaderClassName
{
color: #86AAF1;
}
.AnyTagClassName
{
color: #86AAF1;
}
</style>
background-color css
<style>
a { background-color: #86AAF1; }
a { background-color: rgb(134,170,241); }
div.DivClassName
{
background-color: #86AAF1;
}
.BgClassName
{
background-color: #86AAF1;
}
</style>
border-color css
<style>
span { border-color: #86AAF1; }
span { border-color: rgb(134,170,241); }
td.TdClassName
{
border-color: #86AAF1;
}
.TagClassName
{
border-color: #86AAF1;
}
</style>