Shades of Jordy Blue #86ADF1
Tints of Jordy Blue #86ADF1
RGB
CMYK
RGB Variations
Color information
#86ADF1 (or 0x86ADF1) is known color: Jordy Blue. HEX triplet: 86, AD and F1. RGB value is (134,173,241). Sum of RGB (Red+Green+Blue) = 134+173+241=548 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.45% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 241 (94.53% from 255 or 43.98% from 548); Max value from RGB is 241 - color contains mainly: blue. Hex color #86ADF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86ADF1 is #79520E. Grayscale: #A8A8A8. Windows color (decimal): -7950863 or 15838598. OLE color: 15838598.
HSL color Cylindrical-coordinate representation of color #86ADF1: hue angle of 218.13º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86ADF1 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 173 | 241 | - |
| CMYK | 0.44 | 0.28 | 0 | 0.05 |
| HSL | 218.13º | 0.79% | 0.74% | - |
| HSV(B) | 218.13º | 0.44% | 0.95% | - |
| XYZ | 40.65 | 41.31 | 89.05 | - |
| YUV | 169.09 | 168.58 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 173 | 241 | 0.44 | 0.28 | 0 | 0.05 | 218.13 | 0.79 | 0.74 |
| Hex | 86 | AD | F1 | 2C | 1C | 0 | 5 | DA | 4F | 4A |
| Octal | 206 | 255 | 361 | 54 | 34 | 0 | 5 | 332 | 117 | 112 |
| Binary | 10000110 | 10101101 | 11110001 | 101100 | 11100 | 0 | 101 | 11011010 | 1001111 | 1001010 |
Color Harmonies of #86ADF1
Complementary color
Monochromatic Colors of #86ADF1
Black with #86ADF1
Text Example
Text Example
White with #86ADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86ADF1; }
p { color: rgb(134,173,241); }
H1.HeaderClassName
{
color: #86ADF1;
}
.AnyTagClassName
{
color: #86ADF1;
}
</style>
background-color css
<style>
a { background-color: #86ADF1; }
a { background-color: rgb(134,173,241); }
div.DivClassName
{
background-color: #86ADF1;
}
.BgClassName
{
background-color: #86ADF1;
}
</style>
border-color css
<style>
span { border-color: #86ADF1; }
span { border-color: rgb(134,173,241); }
td.TdClassName
{
border-color: #86ADF1;
}
.TagClassName
{
border-color: #86ADF1;
}
</style>