Shades of Jordy Blue #86BAEA
Tints of Jordy Blue #86BAEA
RGB
CMYK
RGB Variations
Color information
#86BAEA (or 0x86BAEA) is known color: Jordy Blue. HEX triplet: 86, BA and EA. RGB value is (134,186,234). Sum of RGB (Red+Green+Blue) = 134+186+234=554 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.19% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #86BAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BAEA is #794515. Grayscale: #AFAFAF. Windows color (decimal): -7947542 or 15383174. OLE color: 15383174.
HSL color Cylindrical-coordinate representation of color #86BAEA: hue angle of 208.8º 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 #86BAEA is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 134 | 186 | 234 | - |
| CMYK | 0.43 | 0.21 | 0 | 0.08 |
| HSL | 208.8º | 0.7% | 0.72% | - |
| HSV(B) | 208.8º | 0.43% | 0.92% | - |
| XYZ | 42.24 | 46.13 | 84.52 | - |
| YUV | 175.92 | 160.77 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 186 | 234 | 0.43 | 0.21 | 0 | 0.08 | 208.8 | 0.7 | 0.72 |
| Hex | 86 | BA | EA | 2B | 15 | 0 | 8 | D1 | 46 | 48 |
| Octal | 206 | 272 | 352 | 53 | 25 | 0 | 10 | 321 | 106 | 110 |
| Binary | 10000110 | 10111010 | 11101010 | 101011 | 10101 | 0 | 1000 | 11010001 | 1000110 | 1001000 |
Color Harmonies of #86BAEA
Complementary color
Monochromatic Colors of #86BAEA
Black with #86BAEA
Text Example
Text Example
White with #86BAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BAEA; }
p { color: rgb(134,186,234); }
H1.HeaderClassName
{
color: #86BAEA;
}
.AnyTagClassName
{
color: #86BAEA;
}
</style>
background-color css
<style>
a { background-color: #86BAEA; }
a { background-color: rgb(134,186,234); }
div.DivClassName
{
background-color: #86BAEA;
}
.BgClassName
{
background-color: #86BAEA;
}
</style>
border-color css
<style>
span { border-color: #86BAEA; }
span { border-color: rgb(134,186,234); }
td.TdClassName
{
border-color: #86BAEA;
}
.TagClassName
{
border-color: #86BAEA;
}
</style>