Shades of Jordy Blue #84A1EE
Tints of Jordy Blue #84A1EE
RGB
CMYK
RGB Variations
Color information
#84A1EE (or 0x84A1EE) is known color: Jordy Blue. HEX triplet: 84, A1 and EE. RGB value is (132,161,238). Sum of RGB (Red+Green+Blue) = 132+161+238=531 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.86% from 531); Green value is 161 (63.28% from 255 or 30.32% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #84A1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A1EE is #7B5E11. Grayscale: #A0A0A0. Windows color (decimal): -8085010 or 15638916. OLE color: 15638916.
HSL color Cylindrical-coordinate representation of color #84A1EE: hue angle of 223.58º 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 #84A1EE is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 161 | 238 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.07 |
| HSL | 223.58º | 0.76% | 0.73% | - |
| HSV(B) | 223.58º | 0.45% | 0.93% | - |
| XYZ | 37.69 | 36.57 | 85.96 | - |
| YUV | 161.11 | 171.39 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 238 | 0.45 | 0.32 | 0 | 0.07 | 223.58 | 0.76 | 0.73 |
| Hex | 84 | A1 | EE | 2D | 20 | 0 | 7 | E0 | 4C | 49 |
| Octal | 204 | 241 | 356 | 55 | 40 | 0 | 7 | 340 | 114 | 111 |
| Binary | 10000100 | 10100001 | 11101110 | 101101 | 100000 | 0 | 111 | 11100000 | 1001100 | 1001001 |
Color Harmonies of #84A1EE
Complementary color
Monochromatic Colors of #84A1EE
Black with #84A1EE
Text Example
Text Example
White with #84A1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A1EE; }
p { color: rgb(132,161,238); }
H1.HeaderClassName
{
color: #84A1EE;
}
.AnyTagClassName
{
color: #84A1EE;
}
</style>
background-color css
<style>
a { background-color: #84A1EE; }
a { background-color: rgb(132,161,238); }
div.DivClassName
{
background-color: #84A1EE;
}
.BgClassName
{
background-color: #84A1EE;
}
</style>
border-color css
<style>
span { border-color: #84A1EE; }
span { border-color: rgb(132,161,238); }
td.TdClassName
{
border-color: #84A1EE;
}
.TagClassName
{
border-color: #84A1EE;
}
</style>