Shades of Jordy Blue #86B7DE
Tints of Jordy Blue #86B7DE
RGB
CMYK
RGB Variations
Color information
#86B7DE (or 0x86B7DE) is known color: Jordy Blue. HEX triplet: 86, B7 and DE. RGB value is (134,183,222). Sum of RGB (Red+Green+Blue) = 134+183+222=539 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.86% from 539); Green value is 183 (71.88% from 255 or 33.95% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #86B7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B7DE is #794821. Grayscale: #ACACAC. Windows color (decimal): -7948322 or 14595974. OLE color: 14595974.
HSL color Cylindrical-coordinate representation of color #86B7DE: hue angle of 206.59º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86B7DE is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 183 | 222 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.13 |
| HSL | 206.59º | 0.57% | 0.7% | - |
| HSV(B) | 206.59º | 0.4% | 0.87% | - |
| XYZ | 39.95 | 44.21 | 75.53 | - |
| YUV | 172.8 | 155.77 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 183 | 222 | 0.40 | 0.18 | 0 | 0.13 | 206.59 | 0.57 | 0.7 |
| Hex | 86 | B7 | DE | 28 | 12 | 0 | D | CF | 39 | 46 |
| Octal | 206 | 267 | 336 | 50 | 22 | 0 | 15 | 317 | 71 | 106 |
| Binary | 10000110 | 10110111 | 11011110 | 101000 | 10010 | 0 | 1101 | 11001111 | 111001 | 1000110 |
Color Harmonies of #86B7DE
Complementary color
Monochromatic Colors of #86B7DE
Black with #86B7DE
Text Example
Text Example
White with #86B7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B7DE; }
p { color: rgb(134,183,222); }
H1.HeaderClassName
{
color: #86B7DE;
}
.AnyTagClassName
{
color: #86B7DE;
}
</style>
background-color css
<style>
a { background-color: #86B7DE; }
a { background-color: rgb(134,183,222); }
div.DivClassName
{
background-color: #86B7DE;
}
.BgClassName
{
background-color: #86B7DE;
}
</style>
border-color css
<style>
span { border-color: #86B7DE; }
span { border-color: rgb(134,183,222); }
td.TdClassName
{
border-color: #86B7DE;
}
.TagClassName
{
border-color: #86B7DE;
}
</style>