Shades of Jordy Blue #85A9DD
Tints of Jordy Blue #85A9DD
RGB
CMYK
RGB Variations
Color information
#85A9DD (or 0x85A9DD) is known color: Jordy Blue. HEX triplet: 85, A9 and DD. RGB value is (133,169,221). Sum of RGB (Red+Green+Blue) = 133+169+221=523 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.43% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #85A9DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A9DD is #7A5622. Grayscale: #A3A3A3. Windows color (decimal): -8017443 or 14526853. OLE color: 14526853.
HSL color Cylindrical-coordinate representation of color #85A9DD: hue angle of 215.45º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85A9DD is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 169 | 221 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.13 |
| HSL | 215.45º | 0.56% | 0.69% | - |
| HSV(B) | 215.45º | 0.4% | 0.87% | - |
| XYZ | 36.91 | 38.58 | 73.91 | - |
| YUV | 164.16 | 160.07 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 169 | 221 | 0.40 | 0.24 | 0 | 0.13 | 215.45 | 0.56 | 0.69 |
| Hex | 85 | A9 | DD | 28 | 18 | 0 | D | D7 | 38 | 45 |
| Octal | 205 | 251 | 335 | 50 | 30 | 0 | 15 | 327 | 70 | 105 |
| Binary | 10000101 | 10101001 | 11011101 | 101000 | 11000 | 0 | 1101 | 11010111 | 111000 | 1000101 |
Color Harmonies of #85A9DD
Complementary color
Monochromatic Colors of #85A9DD
Black with #85A9DD
Text Example
Text Example
White with #85A9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A9DD; }
p { color: rgb(133,169,221); }
H1.HeaderClassName
{
color: #85A9DD;
}
.AnyTagClassName
{
color: #85A9DD;
}
</style>
background-color css
<style>
a { background-color: #85A9DD; }
a { background-color: rgb(133,169,221); }
div.DivClassName
{
background-color: #85A9DD;
}
.BgClassName
{
background-color: #85A9DD;
}
</style>
border-color css
<style>
span { border-color: #85A9DD; }
span { border-color: rgb(133,169,221); }
td.TdClassName
{
border-color: #85A9DD;
}
.TagClassName
{
border-color: #85A9DD;
}
</style>