Shades of Jordy Blue #86B5ED
Tints of Jordy Blue #86B5ED
RGB
CMYK
RGB Variations
Color information
#86B5ED (or 0x86B5ED) is known color: Jordy Blue. HEX triplet: 86, B5 and ED. RGB value is (134,181,237). Sum of RGB (Red+Green+Blue) = 134+181+237=552 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.28% from 552); Green value is 181 (71.09% from 255 or 32.79% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #86B5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86B5ED is #794A12. Grayscale: #ADADAD. Windows color (decimal): -7948819 or 15578502. OLE color: 15578502.
HSL color Cylindrical-coordinate representation of color #86B5ED: hue angle of 212.62º 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 #86B5ED is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 181 | 237 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.07 |
| HSL | 212.62º | 0.74% | 0.73% | - |
| HSV(B) | 212.62º | 0.43% | 0.93% | - |
| XYZ | 41.64 | 44.23 | 86.46 | - |
| YUV | 173.33 | 163.93 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 181 | 237 | 0.43 | 0.24 | 0 | 0.07 | 212.62 | 0.74 | 0.73 |
| Hex | 86 | B5 | ED | 2B | 18 | 0 | 7 | D5 | 4A | 49 |
| Octal | 206 | 265 | 355 | 53 | 30 | 0 | 7 | 325 | 112 | 111 |
| Binary | 10000110 | 10110101 | 11101101 | 101011 | 11000 | 0 | 111 | 11010101 | 1001010 | 1001001 |
Color Harmonies of #86B5ED
Complementary color
Monochromatic Colors of #86B5ED
Black with #86B5ED
Text Example
Text Example
White with #86B5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B5ED; }
p { color: rgb(134,181,237); }
H1.HeaderClassName
{
color: #86B5ED;
}
.AnyTagClassName
{
color: #86B5ED;
}
</style>
background-color css
<style>
a { background-color: #86B5ED; }
a { background-color: rgb(134,181,237); }
div.DivClassName
{
background-color: #86B5ED;
}
.BgClassName
{
background-color: #86B5ED;
}
</style>
border-color css
<style>
span { border-color: #86B5ED; }
span { border-color: rgb(134,181,237); }
td.TdClassName
{
border-color: #86B5ED;
}
.TagClassName
{
border-color: #86B5ED;
}
</style>