Shades of Jordy Blue #86A7E8
Tints of Jordy Blue #86A7E8
RGB
CMYK
RGB Variations
Color information
#86A7E8 (or 0x86A7E8) is known color: Jordy Blue. HEX triplet: 86, A7 and E8. RGB value is (134,167,232). Sum of RGB (Red+Green+Blue) = 134+167+232=533 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.14% from 533); Green value is 167 (65.62% from 255 or 31.33% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 232 - color contains mainly: blue. Hex color #86A7E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A7E8 is #795817. Grayscale: #A4A4A4. Windows color (decimal): -7952408 or 15247238. OLE color: 15247238.
HSL color Cylindrical-coordinate representation of color #86A7E8: hue angle of 219.8º degrees, saturation: 0.68, 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 #86A7E8 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 167 | 232 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.09 |
| HSL | 219.8º | 0.68% | 0.72% | - |
| HSV(B) | 219.8º | 0.42% | 0.91% | - |
| XYZ | 38.22 | 38.53 | 81.77 | - |
| YUV | 164.54 | 166.07 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 167 | 232 | 0.42 | 0.28 | 0 | 0.09 | 219.8 | 0.68 | 0.72 |
| Hex | 86 | A7 | E8 | 2A | 1C | 0 | 9 | DC | 44 | 48 |
| Octal | 206 | 247 | 350 | 52 | 34 | 0 | 11 | 334 | 104 | 110 |
| Binary | 10000110 | 10100111 | 11101000 | 101010 | 11100 | 0 | 1001 | 11011100 | 1000100 | 1001000 |
Color Harmonies of #86A7E8
Complementary color
Monochromatic Colors of #86A7E8
Black with #86A7E8
Text Example
Text Example
White with #86A7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A7E8; }
p { color: rgb(134,167,232); }
H1.HeaderClassName
{
color: #86A7E8;
}
.AnyTagClassName
{
color: #86A7E8;
}
</style>
background-color css
<style>
a { background-color: #86A7E8; }
a { background-color: rgb(134,167,232); }
div.DivClassName
{
background-color: #86A7E8;
}
.BgClassName
{
background-color: #86A7E8;
}
</style>
border-color css
<style>
span { border-color: #86A7E8; }
span { border-color: rgb(134,167,232); }
td.TdClassName
{
border-color: #86A7E8;
}
.TagClassName
{
border-color: #86A7E8;
}
</style>