Shades of Jordy Blue #86B9ED
Tints of Jordy Blue #86B9ED
RGB
CMYK
RGB Variations
Color information
#86B9ED (or 0x86B9ED) is known color: Jordy Blue. HEX triplet: 86, B9 and ED. RGB value is (134,185,237). Sum of RGB (Red+Green+Blue) = 134+185+237=556 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.10% from 556); Green value is 185 (72.66% from 255 or 33.27% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #86B9ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86B9ED is #794612. Grayscale: #AFAFAF. Windows color (decimal): -7947795 or 15579526. OLE color: 15579526.
HSL color Cylindrical-coordinate representation of color #86B9ED: hue angle of 210.29º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86B9ED is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 185 | 237 | - |
| CMYK | 0.43 | 0.22 | 0 | 0.07 |
| HSL | 210.29º | 0.74% | 0.73% | - |
| HSV(B) | 210.29º | 0.43% | 0.93% | - |
| XYZ | 42.47 | 45.88 | 86.74 | - |
| YUV | 175.68 | 162.6 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 185 | 237 | 0.43 | 0.22 | 0 | 0.07 | 210.29 | 0.74 | 0.73 |
| Hex | 86 | B9 | ED | 2B | 16 | 0 | 7 | D2 | 4A | 49 |
| Octal | 206 | 271 | 355 | 53 | 26 | 0 | 7 | 322 | 112 | 111 |
| Binary | 10000110 | 10111001 | 11101101 | 101011 | 10110 | 0 | 111 | 11010010 | 1001010 | 1001001 |
Color Harmonies of #86B9ED
Complementary color
Monochromatic Colors of #86B9ED
Black with #86B9ED
Text Example
Text Example
White with #86B9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B9ED; }
p { color: rgb(134,185,237); }
H1.HeaderClassName
{
color: #86B9ED;
}
.AnyTagClassName
{
color: #86B9ED;
}
</style>
background-color css
<style>
a { background-color: #86B9ED; }
a { background-color: rgb(134,185,237); }
div.DivClassName
{
background-color: #86B9ED;
}
.BgClassName
{
background-color: #86B9ED;
}
</style>
border-color css
<style>
span { border-color: #86B9ED; }
span { border-color: rgb(134,185,237); }
td.TdClassName
{
border-color: #86B9ED;
}
.TagClassName
{
border-color: #86B9ED;
}
</style>