Shades of Jordy Blue #85B0D7
Tints of Jordy Blue #85B0D7
RGB
CMYK
RGB Variations
Color information
#85B0D7 (or 0x85B0D7) is known color: Jordy Blue. HEX triplet: 85, B0 and D7. RGB value is (133,176,215). Sum of RGB (Red+Green+Blue) = 133+176+215=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 215 - color contains mainly: blue. Hex color #85B0D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85B0D7 is #7A4F28. Grayscale: #A7A7A7. Windows color (decimal): -8015657 or 14135429. OLE color: 14135429.
HSL color Cylindrical-coordinate representation of color #85B0D7: hue angle of 208.54º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85B0D7 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 176 | 215 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.16 |
| HSL | 208.54º | 0.51% | 0.68% | - |
| HSV(B) | 208.54º | 0.38% | 0.84% | - |
| XYZ | 37.46 | 40.94 | 70.22 | - |
| YUV | 167.59 | 154.75 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 176 | 215 | 0.38 | 0.18 | 0 | 0.16 | 208.54 | 0.51 | 0.68 |
| Hex | 85 | B0 | D7 | 26 | 12 | 0 | 10 | D1 | 33 | 44 |
| Octal | 205 | 260 | 327 | 46 | 22 | 0 | 20 | 321 | 63 | 104 |
| Binary | 10000101 | 10110000 | 11010111 | 100110 | 10010 | 0 | 10000 | 11010001 | 110011 | 1000100 |
Color Harmonies of #85B0D7
Complementary color
Monochromatic Colors of #85B0D7
Black with #85B0D7
Text Example
Text Example
White with #85B0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B0D7; }
p { color: rgb(133,176,215); }
H1.HeaderClassName
{
color: #85B0D7;
}
.AnyTagClassName
{
color: #85B0D7;
}
</style>
background-color css
<style>
a { background-color: #85B0D7; }
a { background-color: rgb(133,176,215); }
div.DivClassName
{
background-color: #85B0D7;
}
.BgClassName
{
background-color: #85B0D7;
}
</style>
border-color css
<style>
span { border-color: #85B0D7; }
span { border-color: rgb(133,176,215); }
td.TdClassName
{
border-color: #85B0D7;
}
.TagClassName
{
border-color: #85B0D7;
}
</style>