Shades of Jordy Blue #85ACE1
Tints of Jordy Blue #85ACE1
RGB
CMYK
RGB Variations
Color information
#85ACE1 (or 0x85ACE1) is known color: Jordy Blue. HEX triplet: 85, AC and E1. RGB value is (133,172,225). Sum of RGB (Red+Green+Blue) = 133+172+225=530 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.09% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 225 (88.28% from 255 or 42.45% from 530); Max value from RGB is 225 - color contains mainly: blue. Hex color #85ACE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ACE1 is #7A531E. Grayscale: #A6A6A6. Windows color (decimal): -8016671 or 14789765. OLE color: 14789765.
HSL color Cylindrical-coordinate representation of color #85ACE1: hue angle of 214.57º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85ACE1 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 172 | 225 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.12 |
| HSL | 214.57º | 0.61% | 0.7% | - |
| HSV(B) | 214.57º | 0.41% | 0.88% | - |
| XYZ | 38.02 | 39.93 | 76.94 | - |
| YUV | 166.38 | 161.08 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 172 | 225 | 0.41 | 0.24 | 0 | 0.12 | 214.57 | 0.61 | 0.7 |
| Hex | 85 | AC | E1 | 29 | 18 | 0 | C | D7 | 3D | 46 |
| Octal | 205 | 254 | 341 | 51 | 30 | 0 | 14 | 327 | 75 | 106 |
| Binary | 10000101 | 10101100 | 11100001 | 101001 | 11000 | 0 | 1100 | 11010111 | 111101 | 1000110 |
Color Harmonies of #85ACE1
Complementary color
Monochromatic Colors of #85ACE1
Black with #85ACE1
Text Example
Text Example
White with #85ACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ACE1; }
p { color: rgb(133,172,225); }
H1.HeaderClassName
{
color: #85ACE1;
}
.AnyTagClassName
{
color: #85ACE1;
}
</style>
background-color css
<style>
a { background-color: #85ACE1; }
a { background-color: rgb(133,172,225); }
div.DivClassName
{
background-color: #85ACE1;
}
.BgClassName
{
background-color: #85ACE1;
}
</style>
border-color css
<style>
span { border-color: #85ACE1; }
span { border-color: rgb(133,172,225); }
td.TdClassName
{
border-color: #85ACE1;
}
.TagClassName
{
border-color: #85ACE1;
}
</style>