Shades of Jordy Blue #86B4DD
Tints of Jordy Blue #86B4DD
RGB
CMYK
RGB Variations
Color information
#86B4DD (or 0x86B4DD) is known color: Jordy Blue. HEX triplet: 86, B4 and DD. RGB value is (134,180,221). Sum of RGB (Red+Green+Blue) = 134+180+221=535 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.05% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #86B4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B4DD is #794B22. Grayscale: #AAAAAA. Windows color (decimal): -7949091 or 14529670. OLE color: 14529670.
HSL color Cylindrical-coordinate representation of color #86B4DD: hue angle of 208.28º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86B4DD is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 180 | 221 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.13 |
| HSL | 208.28º | 0.56% | 0.7% | - |
| HSV(B) | 208.28º | 0.39% | 0.87% | - |
| XYZ | 39.2 | 42.93 | 74.63 | - |
| YUV | 170.92 | 156.26 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 180 | 221 | 0.39 | 0.19 | 0 | 0.13 | 208.28 | 0.56 | 0.7 |
| Hex | 86 | B4 | DD | 27 | 13 | 0 | D | D0 | 38 | 46 |
| Octal | 206 | 264 | 335 | 47 | 23 | 0 | 15 | 320 | 70 | 106 |
| Binary | 10000110 | 10110100 | 11011101 | 100111 | 10011 | 0 | 1101 | 11010000 | 111000 | 1000110 |
Color Harmonies of #86B4DD
Complementary color
Monochromatic Colors of #86B4DD
Black with #86B4DD
Text Example
Text Example
White with #86B4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B4DD; }
p { color: rgb(134,180,221); }
H1.HeaderClassName
{
color: #86B4DD;
}
.AnyTagClassName
{
color: #86B4DD;
}
</style>
background-color css
<style>
a { background-color: #86B4DD; }
a { background-color: rgb(134,180,221); }
div.DivClassName
{
background-color: #86B4DD;
}
.BgClassName
{
background-color: #86B4DD;
}
</style>
border-color css
<style>
span { border-color: #86B4DD; }
span { border-color: rgb(134,180,221); }
td.TdClassName
{
border-color: #86B4DD;
}
.TagClassName
{
border-color: #86B4DD;
}
</style>