Shades of Jordy Blue #85B9E5
Tints of Jordy Blue #85B9E5
RGB
CMYK
RGB Variations
Color information
#85B9E5 (or 0x85B9E5) is known color: Jordy Blue. HEX triplet: 85, B9 and E5. RGB value is (133,185,229). Sum of RGB (Red+Green+Blue) = 133+185+229=547 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.31% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #85B9E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B9E5 is #7A461A. Grayscale: #AEAEAE. Windows color (decimal): -8013339 or 15055237. OLE color: 15055237.
HSL color Cylindrical-coordinate representation of color #85B9E5: hue angle of 207.5º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85B9E5 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 185 | 229 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.10 |
| HSL | 207.5º | 0.65% | 0.71% | - |
| HSV(B) | 207.5º | 0.42% | 0.9% | - |
| XYZ | 41.16 | 45.34 | 80.71 | - |
| YUV | 174.47 | 158.77 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 185 | 229 | 0.42 | 0.19 | 0 | 0.10 | 207.5 | 0.65 | 0.71 |
| Hex | 85 | B9 | E5 | 2A | 13 | 0 | A | D0 | 41 | 47 |
| Octal | 205 | 271 | 345 | 52 | 23 | 0 | 12 | 320 | 101 | 107 |
| Binary | 10000101 | 10111001 | 11100101 | 101010 | 10011 | 0 | 1010 | 11010000 | 1000001 | 1000111 |
Color Harmonies of #85B9E5
Complementary color
Monochromatic Colors of #85B9E5
Black with #85B9E5
Text Example
Text Example
White with #85B9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B9E5; }
p { color: rgb(133,185,229); }
H1.HeaderClassName
{
color: #85B9E5;
}
.AnyTagClassName
{
color: #85B9E5;
}
</style>
background-color css
<style>
a { background-color: #85B9E5; }
a { background-color: rgb(133,185,229); }
div.DivClassName
{
background-color: #85B9E5;
}
.BgClassName
{
background-color: #85B9E5;
}
</style>
border-color css
<style>
span { border-color: #85B9E5; }
span { border-color: rgb(133,185,229); }
td.TdClassName
{
border-color: #85B9E5;
}
.TagClassName
{
border-color: #85B9E5;
}
</style>