Shades of Jordy Blue #86BAE7
Tints of Jordy Blue #86BAE7
RGB
CMYK
RGB Variations
Color information
#86BAE7 (or 0x86BAE7) is known color: Jordy Blue. HEX triplet: 86, BA and E7. RGB value is (134,186,231). Sum of RGB (Red+Green+Blue) = 134+186+231=551 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.32% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 231 (90.62% from 255 or 41.92% from 551); Max value from RGB is 231 - color contains mainly: blue. Hex color #86BAE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BAE7 is #794518. Grayscale: #AFAFAF. Windows color (decimal): -7947545 or 15186566. OLE color: 15186566.
HSL color Cylindrical-coordinate representation of color #86BAE7: hue angle of 207.84º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86BAE7 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 186 | 231 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.09 |
| HSL | 207.84º | 0.67% | 0.72% | - |
| HSV(B) | 207.84º | 0.42% | 0.91% | - |
| XYZ | 41.81 | 45.96 | 82.27 | - |
| YUV | 175.58 | 159.27 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 186 | 231 | 0.42 | 0.19 | 0 | 0.09 | 207.84 | 0.67 | 0.72 |
| Hex | 86 | BA | E7 | 2A | 13 | 0 | 9 | D0 | 43 | 48 |
| Octal | 206 | 272 | 347 | 52 | 23 | 0 | 11 | 320 | 103 | 110 |
| Binary | 10000110 | 10111010 | 11100111 | 101010 | 10011 | 0 | 1001 | 11010000 | 1000011 | 1001000 |
Color Harmonies of #86BAE7
Complementary color
Monochromatic Colors of #86BAE7
Black with #86BAE7
Text Example
Text Example
White with #86BAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BAE7; }
p { color: rgb(134,186,231); }
H1.HeaderClassName
{
color: #86BAE7;
}
.AnyTagClassName
{
color: #86BAE7;
}
</style>
background-color css
<style>
a { background-color: #86BAE7; }
a { background-color: rgb(134,186,231); }
div.DivClassName
{
background-color: #86BAE7;
}
.BgClassName
{
background-color: #86BAE7;
}
</style>
border-color css
<style>
span { border-color: #86BAE7; }
span { border-color: rgb(134,186,231); }
td.TdClassName
{
border-color: #86BAE7;
}
.TagClassName
{
border-color: #86BAE7;
}
</style>