Shades of Jordy Blue #86AEDF
Tints of Jordy Blue #86AEDF
RGB
CMYK
RGB Variations
Color information
#86AEDF (or 0x86AEDF) is known color: Jordy Blue. HEX triplet: 86, AE and DF. RGB value is (134,174,223). Sum of RGB (Red+Green+Blue) = 134+174+223=531 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.24% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #86AEDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AEDF is #795120. Grayscale: #A7A7A7. Windows color (decimal): -7950625 or 14659206. OLE color: 14659206.
HSL color Cylindrical-coordinate representation of color #86AEDF: hue angle of 213.03º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86AEDF is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 174 | 223 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.13 |
| HSL | 213.03º | 0.58% | 0.7% | - |
| HSV(B) | 213.03º | 0.4% | 0.87% | - |
| XYZ | 38.29 | 40.67 | 75.64 | - |
| YUV | 167.63 | 159.25 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 174 | 223 | 0.40 | 0.22 | 0 | 0.13 | 213.03 | 0.58 | 0.7 |
| Hex | 86 | AE | DF | 28 | 16 | 0 | D | D5 | 3A | 46 |
| Octal | 206 | 256 | 337 | 50 | 26 | 0 | 15 | 325 | 72 | 106 |
| Binary | 10000110 | 10101110 | 11011111 | 101000 | 10110 | 0 | 1101 | 11010101 | 111010 | 1000110 |
Color Harmonies of #86AEDF
Complementary color
Monochromatic Colors of #86AEDF
Black with #86AEDF
Text Example
Text Example
White with #86AEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AEDF; }
p { color: rgb(134,174,223); }
H1.HeaderClassName
{
color: #86AEDF;
}
.AnyTagClassName
{
color: #86AEDF;
}
</style>
background-color css
<style>
a { background-color: #86AEDF; }
a { background-color: rgb(134,174,223); }
div.DivClassName
{
background-color: #86AEDF;
}
.BgClassName
{
background-color: #86AEDF;
}
</style>
border-color css
<style>
span { border-color: #86AEDF; }
span { border-color: rgb(134,174,223); }
td.TdClassName
{
border-color: #86AEDF;
}
.TagClassName
{
border-color: #86AEDF;
}
</style>