Shades of Jordy Blue #86B6E0
Tints of Jordy Blue #86B6E0
RGB
CMYK
RGB Variations
Color information
#86B6E0 (or 0x86B6E0) is known color: Jordy Blue. HEX triplet: 86, B6 and E0. RGB value is (134,182,224). Sum of RGB (Red+Green+Blue) = 134+182+224=540 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.81% from 540); Green value is 182 (71.48% from 255 or 33.70% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 224 - color contains mainly: blue. Hex color #86B6E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B6E0 is #79491F. Grayscale: #ACACAC. Windows color (decimal): -7948576 or 14726790. OLE color: 14726790.
HSL color Cylindrical-coordinate representation of color #86B6E0: hue angle of 208º 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 #86B6E0 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 182 | 224 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.12 |
| HSL | 208º | 0.59% | 0.7% | - |
| HSV(B) | 208º | 0.4% | 0.88% | - |
| XYZ | 40.01 | 43.91 | 76.89 | - |
| YUV | 172.44 | 157.1 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 182 | 224 | 0.40 | 0.19 | 0 | 0.12 | 208 | 0.59 | 0.7 |
| Hex | 86 | B6 | E0 | 28 | 13 | 0 | C | D0 | 3B | 46 |
| Octal | 206 | 266 | 340 | 50 | 23 | 0 | 14 | 320 | 73 | 106 |
| Binary | 10000110 | 10110110 | 11100000 | 101000 | 10011 | 0 | 1100 | 11010000 | 111011 | 1000110 |
Color Harmonies of #86B6E0
Complementary color
Monochromatic Colors of #86B6E0
Black with #86B6E0
Text Example
Text Example
White with #86B6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B6E0; }
p { color: rgb(134,182,224); }
H1.HeaderClassName
{
color: #86B6E0;
}
.AnyTagClassName
{
color: #86B6E0;
}
</style>
background-color css
<style>
a { background-color: #86B6E0; }
a { background-color: rgb(134,182,224); }
div.DivClassName
{
background-color: #86B6E0;
}
.BgClassName
{
background-color: #86B6E0;
}
</style>
border-color css
<style>
span { border-color: #86B6E0; }
span { border-color: rgb(134,182,224); }
td.TdClassName
{
border-color: #86B6E0;
}
.TagClassName
{
border-color: #86B6E0;
}
</style>