Shades of Jordy Blue #84A2EE
Tints of Jordy Blue #84A2EE
RGB
CMYK
RGB Variations
Color information
#84A2EE (or 0x84A2EE) is known color: Jordy Blue. HEX triplet: 84, A2 and EE. RGB value is (132,162,238). Sum of RGB (Red+Green+Blue) = 132+162+238=532 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.81% from 532); Green value is 162 (63.67% from 255 or 30.45% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #84A2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A2EE is #7B5D11. Grayscale: #A1A1A1. Windows color (decimal): -8084754 or 15639172. OLE color: 15639172.
HSL color Cylindrical-coordinate representation of color #84A2EE: hue angle of 223.02º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84A2EE is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 162 | 238 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.07 |
| HSL | 223.02º | 0.76% | 0.73% | - |
| HSV(B) | 223.02º | 0.45% | 0.93% | - |
| XYZ | 37.87 | 36.92 | 86.02 | - |
| YUV | 161.69 | 171.06 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 162 | 238 | 0.45 | 0.32 | 0 | 0.07 | 223.02 | 0.76 | 0.73 |
| Hex | 84 | A2 | EE | 2D | 20 | 0 | 7 | DF | 4C | 49 |
| Octal | 204 | 242 | 356 | 55 | 40 | 0 | 7 | 337 | 114 | 111 |
| Binary | 10000100 | 10100010 | 11101110 | 101101 | 100000 | 0 | 111 | 11011111 | 1001100 | 1001001 |
Color Harmonies of #84A2EE
Complementary color
Monochromatic Colors of #84A2EE
Black with #84A2EE
Text Example
Text Example
White with #84A2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A2EE; }
p { color: rgb(132,162,238); }
H1.HeaderClassName
{
color: #84A2EE;
}
.AnyTagClassName
{
color: #84A2EE;
}
</style>
background-color css
<style>
a { background-color: #84A2EE; }
a { background-color: rgb(132,162,238); }
div.DivClassName
{
background-color: #84A2EE;
}
.BgClassName
{
background-color: #84A2EE;
}
</style>
border-color css
<style>
span { border-color: #84A2EE; }
span { border-color: rgb(132,162,238); }
td.TdClassName
{
border-color: #84A2EE;
}
.TagClassName
{
border-color: #84A2EE;
}
</style>