Shades of Jordy Blue #84ACE1
Tints of Jordy Blue #84ACE1
RGB
CMYK
RGB Variations
Color information
#84ACE1 (or 0x84ACE1) is known color: Jordy Blue. HEX triplet: 84, AC and E1. RGB value is (132,172,225). Sum of RGB (Red+Green+Blue) = 132+172+225=529 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.95% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 225 (88.28% from 255 or 42.53% from 529); Max value from RGB is 225 - color contains mainly: blue. Hex color #84ACE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ACE1 is #7B531E. Grayscale: #A5A5A5. Windows color (decimal): -8082207 or 14789764. OLE color: 14789764.
HSL color Cylindrical-coordinate representation of color #84ACE1: hue angle of 214.19º 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 #84ACE1 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 172 | 225 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.12 |
| HSL | 214.19º | 0.61% | 0.7% | - |
| HSV(B) | 214.19º | 0.41% | 0.88% | - |
| XYZ | 37.86 | 39.85 | 76.93 | - |
| YUV | 166.08 | 161.25 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 172 | 225 | 0.41 | 0.24 | 0 | 0.12 | 214.19 | 0.61 | 0.7 |
| Hex | 84 | AC | E1 | 29 | 18 | 0 | C | D6 | 3D | 46 |
| Octal | 204 | 254 | 341 | 51 | 30 | 0 | 14 | 326 | 75 | 106 |
| Binary | 10000100 | 10101100 | 11100001 | 101001 | 11000 | 0 | 1100 | 11010110 | 111101 | 1000110 |
Color Harmonies of #84ACE1
Complementary color
Monochromatic Colors of #84ACE1
Black with #84ACE1
Text Example
Text Example
White with #84ACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ACE1; }
p { color: rgb(132,172,225); }
H1.HeaderClassName
{
color: #84ACE1;
}
.AnyTagClassName
{
color: #84ACE1;
}
</style>
background-color css
<style>
a { background-color: #84ACE1; }
a { background-color: rgb(132,172,225); }
div.DivClassName
{
background-color: #84ACE1;
}
.BgClassName
{
background-color: #84ACE1;
}
</style>
border-color css
<style>
span { border-color: #84ACE1; }
span { border-color: rgb(132,172,225); }
td.TdClassName
{
border-color: #84ACE1;
}
.TagClassName
{
border-color: #84ACE1;
}
</style>