Shades of Jordy Blue #84A6E9
Tints of Jordy Blue #84A6E9
RGB
CMYK
RGB Variations
Color information
#84A6E9 (or 0x84A6E9) is known color: Jordy Blue. HEX triplet: 84, A6 and E9. RGB value is (132,166,233). Sum of RGB (Red+Green+Blue) = 132+166+233=531 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.86% from 531); Green value is 166 (65.23% from 255 or 31.26% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 233 - color contains mainly: blue. Hex color #84A6E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A6E9 is #7B5916. Grayscale: #A3A3A3. Windows color (decimal): -8083735 or 15312516. OLE color: 15312516.
HSL color Cylindrical-coordinate representation of color #84A6E9: hue angle of 219.8º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84A6E9 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 132 | 166 | 233 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.09 |
| HSL | 219.8º | 0.7% | 0.72% | - |
| HSV(B) | 219.8º | 0.43% | 0.91% | - |
| XYZ | 37.86 | 38.06 | 82.44 | - |
| YUV | 163.47 | 167.24 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 166 | 233 | 0.43 | 0.29 | 0 | 0.09 | 219.8 | 0.7 | 0.72 |
| Hex | 84 | A6 | E9 | 2B | 1D | 0 | 9 | DC | 46 | 48 |
| Octal | 204 | 246 | 351 | 53 | 35 | 0 | 11 | 334 | 106 | 110 |
| Binary | 10000100 | 10100110 | 11101001 | 101011 | 11101 | 0 | 1001 | 11011100 | 1000110 | 1001000 |
Color Harmonies of #84A6E9
Complementary color
Monochromatic Colors of #84A6E9
Black with #84A6E9
Text Example
Text Example
White with #84A6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A6E9; }
p { color: rgb(132,166,233); }
H1.HeaderClassName
{
color: #84A6E9;
}
.AnyTagClassName
{
color: #84A6E9;
}
</style>
background-color css
<style>
a { background-color: #84A6E9; }
a { background-color: rgb(132,166,233); }
div.DivClassName
{
background-color: #84A6E9;
}
.BgClassName
{
background-color: #84A6E9;
}
</style>
border-color css
<style>
span { border-color: #84A6E9; }
span { border-color: rgb(132,166,233); }
td.TdClassName
{
border-color: #84A6E9;
}
.TagClassName
{
border-color: #84A6E9;
}
</style>