Shades of Jordy Blue #85ADD9
Tints of Jordy Blue #85ADD9
RGB
CMYK
RGB Variations
Color information
#85ADD9 (or 0x85ADD9) is known color: Jordy Blue. HEX triplet: 85, AD and D9. RGB value is (133,173,217). Sum of RGB (Red+Green+Blue) = 133+173+217=523 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.43% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 217 - color contains mainly: blue. Hex color #85ADD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ADD9 is #7A5226. Grayscale: #A5A5A5. Windows color (decimal): -8016423 or 14265733. OLE color: 14265733.
HSL color Cylindrical-coordinate representation of color #85ADD9: hue angle of 211.43º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85ADD9 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 173 | 217 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.15 |
| HSL | 211.43º | 0.53% | 0.69% | - |
| HSV(B) | 211.43º | 0.39% | 0.85% | - |
| XYZ | 37.14 | 39.88 | 71.39 | - |
| YUV | 166.06 | 156.75 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 173 | 217 | 0.39 | 0.20 | 0 | 0.15 | 211.43 | 0.53 | 0.69 |
| Hex | 85 | AD | D9 | 27 | 14 | 0 | F | D3 | 34 | 45 |
| Octal | 205 | 255 | 331 | 47 | 24 | 0 | 17 | 323 | 64 | 105 |
| Binary | 10000101 | 10101101 | 11011001 | 100111 | 10100 | 0 | 1111 | 11010011 | 110100 | 1000101 |
Color Harmonies of #85ADD9
Complementary color
Monochromatic Colors of #85ADD9
Black with #85ADD9
Text Example
Text Example
White with #85ADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ADD9; }
p { color: rgb(133,173,217); }
H1.HeaderClassName
{
color: #85ADD9;
}
.AnyTagClassName
{
color: #85ADD9;
}
</style>
background-color css
<style>
a { background-color: #85ADD9; }
a { background-color: rgb(133,173,217); }
div.DivClassName
{
background-color: #85ADD9;
}
.BgClassName
{
background-color: #85ADD9;
}
</style>
border-color css
<style>
span { border-color: #85ADD9; }
span { border-color: rgb(133,173,217); }
td.TdClassName
{
border-color: #85ADD9;
}
.TagClassName
{
border-color: #85ADD9;
}
</style>