Shades of Jordy Blue #85ACE2
Tints of Jordy Blue #85ACE2
RGB
CMYK
RGB Variations
Color information
#85ACE2 (or 0x85ACE2) is known color: Jordy Blue. HEX triplet: 85, AC and E2. RGB value is (133,172,226). Sum of RGB (Red+Green+Blue) = 133+172+226=531 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.05% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 226 (88.67% from 255 or 42.56% from 531); Max value from RGB is 226 - color contains mainly: blue. Hex color #85ACE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ACE2 is #7A531D. Grayscale: #A6A6A6. Windows color (decimal): -8016670 or 14855301. OLE color: 14855301.
HSL color Cylindrical-coordinate representation of color #85ACE2: hue angle of 214.84º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85ACE2 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 172 | 226 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.11 |
| HSL | 214.84º | 0.62% | 0.7% | - |
| HSV(B) | 214.84º | 0.41% | 0.89% | - |
| XYZ | 38.15 | 39.98 | 77.66 | - |
| YUV | 166.5 | 161.58 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 172 | 226 | 0.41 | 0.24 | 0 | 0.11 | 214.84 | 0.62 | 0.7 |
| Hex | 85 | AC | E2 | 29 | 18 | 0 | B | D7 | 3E | 46 |
| Octal | 205 | 254 | 342 | 51 | 30 | 0 | 13 | 327 | 76 | 106 |
| Binary | 10000101 | 10101100 | 11100010 | 101001 | 11000 | 0 | 1011 | 11010111 | 111110 | 1000110 |
Color Harmonies of #85ACE2
Complementary color
Monochromatic Colors of #85ACE2
Black with #85ACE2
Text Example
Text Example
White with #85ACE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ACE2; }
p { color: rgb(133,172,226); }
H1.HeaderClassName
{
color: #85ACE2;
}
.AnyTagClassName
{
color: #85ACE2;
}
</style>
background-color css
<style>
a { background-color: #85ACE2; }
a { background-color: rgb(133,172,226); }
div.DivClassName
{
background-color: #85ACE2;
}
.BgClassName
{
background-color: #85ACE2;
}
</style>
border-color css
<style>
span { border-color: #85ACE2; }
span { border-color: rgb(133,172,226); }
td.TdClassName
{
border-color: #85ACE2;
}
.TagClassName
{
border-color: #85ACE2;
}
</style>