Shades of Jordy Blue #85B5D8
Tints of Jordy Blue #85B5D8
RGB
CMYK
RGB Variations
Color information
#85B5D8 (or 0x85B5D8) is known color: Jordy Blue. HEX triplet: 85, B5 and D8. RGB value is (133,181,216). Sum of RGB (Red+Green+Blue) = 133+181+216=530 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.09% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 216 (84.77% from 255 or 40.75% from 530); Max value from RGB is 216 - color contains mainly: blue. Hex color #85B5D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B5D8 is #7A4A27. Grayscale: #AAAAAA. Windows color (decimal): -8014376 or 14202245. OLE color: 14202245.
HSL color Cylindrical-coordinate representation of color #85B5D8: hue angle of 205.3º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85B5D8 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 181 | 216 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.15 |
| HSL | 205.3º | 0.52% | 0.68% | - |
| HSV(B) | 205.3º | 0.38% | 0.85% | - |
| XYZ | 38.59 | 42.99 | 71.23 | - |
| YUV | 170.64 | 153.6 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 181 | 216 | 0.38 | 0.16 | 0 | 0.15 | 205.3 | 0.52 | 0.68 |
| Hex | 85 | B5 | D8 | 26 | 10 | 0 | F | CD | 34 | 44 |
| Octal | 205 | 265 | 330 | 46 | 20 | 0 | 17 | 315 | 64 | 104 |
| Binary | 10000101 | 10110101 | 11011000 | 100110 | 10000 | 0 | 1111 | 11001101 | 110100 | 1000100 |
Color Harmonies of #85B5D8
Complementary color
Monochromatic Colors of #85B5D8
Black with #85B5D8
Text Example
Text Example
White with #85B5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B5D8; }
p { color: rgb(133,181,216); }
H1.HeaderClassName
{
color: #85B5D8;
}
.AnyTagClassName
{
color: #85B5D8;
}
</style>
background-color css
<style>
a { background-color: #85B5D8; }
a { background-color: rgb(133,181,216); }
div.DivClassName
{
background-color: #85B5D8;
}
.BgClassName
{
background-color: #85B5D8;
}
</style>
border-color css
<style>
span { border-color: #85B5D8; }
span { border-color: rgb(133,181,216); }
td.TdClassName
{
border-color: #85B5D8;
}
.TagClassName
{
border-color: #85B5D8;
}
</style>