Shades of Jordy Blue #85B7DD
Tints of Jordy Blue #85B7DD
RGB
CMYK
RGB Variations
Color information
#85B7DD (or 0x85B7DD) is known color: Jordy Blue. HEX triplet: 85, B7 and DD. RGB value is (133,183,221). Sum of RGB (Red+Green+Blue) = 133+183+221=537 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.77% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #85B7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B7DD is #7A4822. Grayscale: #ACACAC. Windows color (decimal): -8013859 or 14530437. OLE color: 14530437.
HSL color Cylindrical-coordinate representation of color #85B7DD: hue angle of 205.91º 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 #85B7DD is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 183 | 221 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.13 |
| HSL | 205.91º | 0.56% | 0.69% | - |
| HSV(B) | 205.91º | 0.4% | 0.87% | - |
| XYZ | 39.66 | 44.07 | 74.82 | - |
| YUV | 172.38 | 155.44 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 221 | 0.40 | 0.17 | 0 | 0.13 | 205.91 | 0.56 | 0.69 |
| Hex | 85 | B7 | DD | 28 | 11 | 0 | D | CE | 38 | 45 |
| Octal | 205 | 267 | 335 | 50 | 21 | 0 | 15 | 316 | 70 | 105 |
| Binary | 10000101 | 10110111 | 11011101 | 101000 | 10001 | 0 | 1101 | 11001110 | 111000 | 1000101 |
Color Harmonies of #85B7DD
Complementary color
Monochromatic Colors of #85B7DD
Black with #85B7DD
Text Example
Text Example
White with #85B7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B7DD; }
p { color: rgb(133,183,221); }
H1.HeaderClassName
{
color: #85B7DD;
}
.AnyTagClassName
{
color: #85B7DD;
}
</style>
background-color css
<style>
a { background-color: #85B7DD; }
a { background-color: rgb(133,183,221); }
div.DivClassName
{
background-color: #85B7DD;
}
.BgClassName
{
background-color: #85B7DD;
}
</style>
border-color css
<style>
span { border-color: #85B7DD; }
span { border-color: rgb(133,183,221); }
td.TdClassName
{
border-color: #85B7DD;
}
.TagClassName
{
border-color: #85B7DD;
}
</style>