Shades of Jordy Blue #86AFE9
Tints of Jordy Blue #86AFE9
RGB
CMYK
RGB Variations
Color information
#86AFE9 (or 0x86AFE9) is known color: Jordy Blue. HEX triplet: 86, AF and E9. RGB value is (134,175,233). Sum of RGB (Red+Green+Blue) = 134+175+233=542 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.72% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 233 (91.41% from 255 or 42.99% from 542); Max value from RGB is 233 - color contains mainly: blue. Hex color #86AFE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86AFE9 is #795016. Grayscale: #A9A9A9. Windows color (decimal): -7950359 or 15314822. OLE color: 15314822.
HSL color Cylindrical-coordinate representation of color #86AFE9: hue angle of 215.15º degrees, saturation: 0.69, 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 #86AFE9 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 175 | 233 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.09 |
| HSL | 215.15º | 0.69% | 0.72% | - |
| HSV(B) | 215.15º | 0.42% | 0.91% | - |
| XYZ | 39.87 | 41.61 | 83.02 | - |
| YUV | 169.35 | 163.92 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 175 | 233 | 0.42 | 0.25 | 0 | 0.09 | 215.15 | 0.69 | 0.72 |
| Hex | 86 | AF | E9 | 2A | 19 | 0 | 9 | D7 | 45 | 48 |
| Octal | 206 | 257 | 351 | 52 | 31 | 0 | 11 | 327 | 105 | 110 |
| Binary | 10000110 | 10101111 | 11101001 | 101010 | 11001 | 0 | 1001 | 11010111 | 1000101 | 1001000 |
Color Harmonies of #86AFE9
Complementary color
Monochromatic Colors of #86AFE9
Black with #86AFE9
Text Example
Text Example
White with #86AFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AFE9; }
p { color: rgb(134,175,233); }
H1.HeaderClassName
{
color: #86AFE9;
}
.AnyTagClassName
{
color: #86AFE9;
}
</style>
background-color css
<style>
a { background-color: #86AFE9; }
a { background-color: rgb(134,175,233); }
div.DivClassName
{
background-color: #86AFE9;
}
.BgClassName
{
background-color: #86AFE9;
}
</style>
border-color css
<style>
span { border-color: #86AFE9; }
span { border-color: rgb(134,175,233); }
td.TdClassName
{
border-color: #86AFE9;
}
.TagClassName
{
border-color: #86AFE9;
}
</style>