Shades of Jordy Blue #86ADFF
Tints of Jordy Blue #86ADFF
RGB
CMYK
RGB Variations
Color information
#86ADFF (or 0x86ADFF) is known color: Jordy Blue. HEX triplet: 86, AD and FF. RGB value is (134,173,255). Sum of RGB (Red+Green+Blue) = 134+173+255=562 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.84% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #86ADFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86ADFF is #795200. Grayscale: #AAAAAA. Windows color (decimal): -7950849 or 16756102. OLE color: 16756102.
HSL color Cylindrical-coordinate representation of color #86ADFF: hue angle of 220.66º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86ADFF is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 173 | 255 | - |
| CMYK | 0.47 | 0.32 | 0 | 0 |
| HSL | 220.66º | 1% | 0.76% | - |
| HSV(B) | 220.66º | 0.47% | 1% | - |
| XYZ | 42.83 | 42.18 | 100.49 | - |
| YUV | 170.69 | 175.58 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 173 | 255 | 0.47 | 0.32 | 0 | 0 | 220.66 | 1 | 0.76 |
| Hex | 86 | AD | FF | 2F | 20 | 0 | 0 | DD | 64 | 4C |
| Octal | 206 | 255 | 377 | 57 | 40 | 0 | 0 | 335 | 144 | 114 |
| Binary | 10000110 | 10101101 | 11111111 | 101111 | 100000 | 0 | 0 | 11011101 | 1100100 | 1001100 |
Color Harmonies of #86ADFF
Complementary color
Monochromatic Colors of #86ADFF
Black with #86ADFF
Text Example
Text Example
White with #86ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86ADFF; }
p { color: rgb(134,173,255); }
H1.HeaderClassName
{
color: #86ADFF;
}
.AnyTagClassName
{
color: #86ADFF;
}
</style>
background-color css
<style>
a { background-color: #86ADFF; }
a { background-color: rgb(134,173,255); }
div.DivClassName
{
background-color: #86ADFF;
}
.BgClassName
{
background-color: #86ADFF;
}
</style>
border-color css
<style>
span { border-color: #86ADFF; }
span { border-color: rgb(134,173,255); }
td.TdClassName
{
border-color: #86ADFF;
}
.TagClassName
{
border-color: #86ADFF;
}
</style>