Shades of Jordy Blue #86ADE0
Tints of Jordy Blue #86ADE0
RGB
CMYK
RGB Variations
Color information
#86ADE0 (or 0x86ADE0) is known color: Jordy Blue. HEX triplet: 86, AD and E0. RGB value is (134,173,224). Sum of RGB (Red+Green+Blue) = 134+173+224=531 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.24% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 224 - color contains mainly: blue. Hex color #86ADE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ADE0 is #79521F. Grayscale: #A6A6A6. Windows color (decimal): -7950880 or 14724486. OLE color: 14724486.
HSL color Cylindrical-coordinate representation of color #86ADE0: hue angle of 214º 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 #86ADE0 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 173 | 224 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.12 |
| HSL | 214º | 0.59% | 0.7% | - |
| HSV(B) | 214º | 0.4% | 0.88% | - |
| XYZ | 38.23 | 40.34 | 76.29 | - |
| YUV | 167.15 | 160.08 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 173 | 224 | 0.40 | 0.23 | 0 | 0.12 | 214 | 0.59 | 0.7 |
| Hex | 86 | AD | E0 | 28 | 17 | 0 | C | D6 | 3B | 46 |
| Octal | 206 | 255 | 340 | 50 | 27 | 0 | 14 | 326 | 73 | 106 |
| Binary | 10000110 | 10101101 | 11100000 | 101000 | 10111 | 0 | 1100 | 11010110 | 111011 | 1000110 |
Color Harmonies of #86ADE0
Complementary color
Monochromatic Colors of #86ADE0
Black with #86ADE0
Text Example
Text Example
White with #86ADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86ADE0; }
p { color: rgb(134,173,224); }
H1.HeaderClassName
{
color: #86ADE0;
}
.AnyTagClassName
{
color: #86ADE0;
}
</style>
background-color css
<style>
a { background-color: #86ADE0; }
a { background-color: rgb(134,173,224); }
div.DivClassName
{
background-color: #86ADE0;
}
.BgClassName
{
background-color: #86ADE0;
}
</style>
border-color css
<style>
span { border-color: #86ADE0; }
span { border-color: rgb(134,173,224); }
td.TdClassName
{
border-color: #86ADE0;
}
.TagClassName
{
border-color: #86ADE0;
}
</style>