Shades of Jordy Blue #84ACDE
Tints of Jordy Blue #84ACDE
RGB
CMYK
RGB Variations
Color information
#84ACDE (or 0x84ACDE) is known color: Jordy Blue. HEX triplet: 84, AC and DE. RGB value is (132,172,222). Sum of RGB (Red+Green+Blue) = 132+172+222=526 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.10% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #84ACDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ACDE is #7B5321. Grayscale: #A5A5A5. Windows color (decimal): -8082210 or 14593156. OLE color: 14593156.
HSL color Cylindrical-coordinate representation of color #84ACDE: hue angle of 213.33º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84ACDE is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 172 | 222 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.13 |
| HSL | 213.33º | 0.58% | 0.69% | - |
| HSV(B) | 213.33º | 0.41% | 0.87% | - |
| XYZ | 37.45 | 39.68 | 74.79 | - |
| YUV | 165.74 | 159.75 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 172 | 222 | 0.41 | 0.23 | 0 | 0.13 | 213.33 | 0.58 | 0.69 |
| Hex | 84 | AC | DE | 29 | 17 | 0 | D | D5 | 3A | 45 |
| Octal | 204 | 254 | 336 | 51 | 27 | 0 | 15 | 325 | 72 | 105 |
| Binary | 10000100 | 10101100 | 11011110 | 101001 | 10111 | 0 | 1101 | 11010101 | 111010 | 1000101 |
Color Harmonies of #84ACDE
Complementary color
Monochromatic Colors of #84ACDE
Black with #84ACDE
Text Example
Text Example
White with #84ACDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ACDE; }
p { color: rgb(132,172,222); }
H1.HeaderClassName
{
color: #84ACDE;
}
.AnyTagClassName
{
color: #84ACDE;
}
</style>
background-color css
<style>
a { background-color: #84ACDE; }
a { background-color: rgb(132,172,222); }
div.DivClassName
{
background-color: #84ACDE;
}
.BgClassName
{
background-color: #84ACDE;
}
</style>
border-color css
<style>
span { border-color: #84ACDE; }
span { border-color: rgb(132,172,222); }
td.TdClassName
{
border-color: #84ACDE;
}
.TagClassName
{
border-color: #84ACDE;
}
</style>