Shades of Jordy Blue #86B7DF
Tints of Jordy Blue #86B7DF
RGB
CMYK
RGB Variations
Color information
#86B7DF (or 0x86B7DF) is known color: Jordy Blue. HEX triplet: 86, B7 and DF. RGB value is (134,183,223). Sum of RGB (Red+Green+Blue) = 134+183+223=540 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.81% from 540); Green value is 183 (71.88% from 255 or 33.89% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #86B7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B7DF is #794820. Grayscale: #ACACAC. Windows color (decimal): -7948321 or 14661510. OLE color: 14661510.
HSL color Cylindrical-coordinate representation of color #86B7DF: hue angle of 206.97º degrees, saturation: 0.58, 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 #86B7DF is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 183 | 223 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.13 |
| HSL | 206.97º | 0.58% | 0.7% | - |
| HSV(B) | 206.97º | 0.4% | 0.87% | - |
| XYZ | 40.08 | 44.26 | 76.24 | - |
| YUV | 172.91 | 156.27 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 183 | 223 | 0.40 | 0.18 | 0 | 0.13 | 206.97 | 0.58 | 0.7 |
| Hex | 86 | B7 | DF | 28 | 12 | 0 | D | CF | 3A | 46 |
| Octal | 206 | 267 | 337 | 50 | 22 | 0 | 15 | 317 | 72 | 106 |
| Binary | 10000110 | 10110111 | 11011111 | 101000 | 10010 | 0 | 1101 | 11001111 | 111010 | 1000110 |
Color Harmonies of #86B7DF
Complementary color
Monochromatic Colors of #86B7DF
Black with #86B7DF
Text Example
Text Example
White with #86B7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B7DF; }
p { color: rgb(134,183,223); }
H1.HeaderClassName
{
color: #86B7DF;
}
.AnyTagClassName
{
color: #86B7DF;
}
</style>
background-color css
<style>
a { background-color: #86B7DF; }
a { background-color: rgb(134,183,223); }
div.DivClassName
{
background-color: #86B7DF;
}
.BgClassName
{
background-color: #86B7DF;
}
</style>
border-color css
<style>
span { border-color: #86B7DF; }
span { border-color: rgb(134,183,223); }
td.TdClassName
{
border-color: #86B7DF;
}
.TagClassName
{
border-color: #86B7DF;
}
</style>