Shades of Jordy Blue #85A9E5
Tints of Jordy Blue #85A9E5
RGB
CMYK
RGB Variations
Color information
#85A9E5 (or 0x85A9E5) is known color: Jordy Blue. HEX triplet: 85, A9 and E5. RGB value is (133,169,229). Sum of RGB (Red+Green+Blue) = 133+169+229=531 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.05% from 531); Green value is 169 (66.41% from 255 or 31.83% from 531); Blue value is 229 (89.84% from 255 or 43.13% from 531); Max value from RGB is 229 - color contains mainly: blue. Hex color #85A9E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A9E5 is #7A561A. Grayscale: #A4A4A4. Windows color (decimal): -8017435 or 15051141. OLE color: 15051141.
HSL color Cylindrical-coordinate representation of color #85A9E5: hue angle of 217.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 #85A9E5 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 169 | 229 | - |
| CMYK | 0.42 | 0.26 | 0 | 0.10 |
| HSL | 217.5º | 0.65% | 0.71% | - |
| HSV(B) | 217.5º | 0.42% | 0.9% | - |
| XYZ | 38 | 39.02 | 79.66 | - |
| YUV | 165.08 | 164.07 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 169 | 229 | 0.42 | 0.26 | 0 | 0.10 | 217.5 | 0.65 | 0.71 |
| Hex | 85 | A9 | E5 | 2A | 1A | 0 | A | DA | 41 | 47 |
| Octal | 205 | 251 | 345 | 52 | 32 | 0 | 12 | 332 | 101 | 107 |
| Binary | 10000101 | 10101001 | 11100101 | 101010 | 11010 | 0 | 1010 | 11011010 | 1000001 | 1000111 |
Color Harmonies of #85A9E5
Complementary color
Monochromatic Colors of #85A9E5
Black with #85A9E5
Text Example
Text Example
White with #85A9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A9E5; }
p { color: rgb(133,169,229); }
H1.HeaderClassName
{
color: #85A9E5;
}
.AnyTagClassName
{
color: #85A9E5;
}
</style>
background-color css
<style>
a { background-color: #85A9E5; }
a { background-color: rgb(133,169,229); }
div.DivClassName
{
background-color: #85A9E5;
}
.BgClassName
{
background-color: #85A9E5;
}
</style>
border-color css
<style>
span { border-color: #85A9E5; }
span { border-color: rgb(133,169,229); }
td.TdClassName
{
border-color: #85A9E5;
}
.TagClassName
{
border-color: #85A9E5;
}
</style>