Shades of Jordy Blue #86AFE0
Tints of Jordy Blue #86AFE0
RGB
CMYK
RGB Variations
Color information
#86AFE0 (or 0x86AFE0) is known color: Jordy Blue. HEX triplet: 86, AF and E0. RGB value is (134,175,224). Sum of RGB (Red+Green+Blue) = 134+175+224=533 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.14% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 224 - color contains mainly: blue. Hex color #86AFE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AFE0 is #79501F. Grayscale: #A8A8A8. Windows color (decimal): -7950368 or 14724998. OLE color: 14724998.
HSL color Cylindrical-coordinate representation of color #86AFE0: hue angle of 212.67º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86AFE0 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 175 | 224 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.12 |
| HSL | 212.67º | 0.59% | 0.7% | - |
| HSV(B) | 212.67º | 0.4% | 0.88% | - |
| XYZ | 38.62 | 41.11 | 76.42 | - |
| YUV | 168.33 | 159.42 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 175 | 224 | 0.40 | 0.22 | 0 | 0.12 | 212.67 | 0.59 | 0.7 |
| Hex | 86 | AF | E0 | 28 | 16 | 0 | C | D5 | 3B | 46 |
| Octal | 206 | 257 | 340 | 50 | 26 | 0 | 14 | 325 | 73 | 106 |
| Binary | 10000110 | 10101111 | 11100000 | 101000 | 10110 | 0 | 1100 | 11010101 | 111011 | 1000110 |
Color Harmonies of #86AFE0
Complementary color
Monochromatic Colors of #86AFE0
Black with #86AFE0
Text Example
Text Example
White with #86AFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AFE0; }
p { color: rgb(134,175,224); }
H1.HeaderClassName
{
color: #86AFE0;
}
.AnyTagClassName
{
color: #86AFE0;
}
</style>
background-color css
<style>
a { background-color: #86AFE0; }
a { background-color: rgb(134,175,224); }
div.DivClassName
{
background-color: #86AFE0;
}
.BgClassName
{
background-color: #86AFE0;
}
</style>
border-color css
<style>
span { border-color: #86AFE0; }
span { border-color: rgb(134,175,224); }
td.TdClassName
{
border-color: #86AFE0;
}
.TagClassName
{
border-color: #86AFE0;
}
</style>