Shades of Jordy Blue #86AEEA
Tints of Jordy Blue #86AEEA
RGB
CMYK
RGB Variations
Color information
#86AEEA (or 0x86AEEA) is known color: Jordy Blue. HEX triplet: 86, AE and EA. RGB value is (134,174,234). Sum of RGB (Red+Green+Blue) = 134+174+234=542 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.72% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #86AEEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86AEEA is #795115. Grayscale: #A8A8A8. Windows color (decimal): -7950614 or 15380102. OLE color: 15380102.
HSL color Cylindrical-coordinate representation of color #86AEEA: hue angle of 216º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86AEEA is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 134 | 174 | 234 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.08 |
| HSL | 216º | 0.7% | 0.72% | - |
| HSV(B) | 216º | 0.43% | 0.92% | - |
| XYZ | 39.82 | 41.28 | 83.71 | - |
| YUV | 168.88 | 164.75 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 174 | 234 | 0.43 | 0.26 | 0 | 0.08 | 216 | 0.7 | 0.72 |
| Hex | 86 | AE | EA | 2B | 1A | 0 | 8 | D8 | 46 | 48 |
| Octal | 206 | 256 | 352 | 53 | 32 | 0 | 10 | 330 | 106 | 110 |
| Binary | 10000110 | 10101110 | 11101010 | 101011 | 11010 | 0 | 1000 | 11011000 | 1000110 | 1001000 |
Color Harmonies of #86AEEA
Complementary color
Monochromatic Colors of #86AEEA
Black with #86AEEA
Text Example
Text Example
White with #86AEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AEEA; }
p { color: rgb(134,174,234); }
H1.HeaderClassName
{
color: #86AEEA;
}
.AnyTagClassName
{
color: #86AEEA;
}
</style>
background-color css
<style>
a { background-color: #86AEEA; }
a { background-color: rgb(134,174,234); }
div.DivClassName
{
background-color: #86AEEA;
}
.BgClassName
{
background-color: #86AEEA;
}
</style>
border-color css
<style>
span { border-color: #86AEEA; }
span { border-color: rgb(134,174,234); }
td.TdClassName
{
border-color: #86AEEA;
}
.TagClassName
{
border-color: #86AEEA;
}
</style>