Shades of Jordy Blue #84A9DC
Tints of Jordy Blue #84A9DC
RGB
CMYK
RGB Variations
Color information
#84A9DC (or 0x84A9DC) is known color: Jordy Blue. HEX triplet: 84, A9 and DC. RGB value is (132,169,220). Sum of RGB (Red+Green+Blue) = 132+169+220=521 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.34% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #84A9DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A9DC is #7B5623. Grayscale: #A3A3A3. Windows color (decimal): -8082980 or 14461316. OLE color: 14461316.
HSL color Cylindrical-coordinate representation of color #84A9DC: hue angle of 214.77º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84A9DC is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 169 | 220 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.14 |
| HSL | 214.77º | 0.56% | 0.69% | - |
| HSV(B) | 214.77º | 0.4% | 0.86% | - |
| XYZ | 36.62 | 38.45 | 73.2 | - |
| YUV | 163.75 | 159.74 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 169 | 220 | 0.40 | 0.23 | 0 | 0.14 | 214.77 | 0.56 | 0.69 |
| Hex | 84 | A9 | DC | 28 | 17 | 0 | E | D7 | 38 | 45 |
| Octal | 204 | 251 | 334 | 50 | 27 | 0 | 16 | 327 | 70 | 105 |
| Binary | 10000100 | 10101001 | 11011100 | 101000 | 10111 | 0 | 1110 | 11010111 | 111000 | 1000101 |
Color Harmonies of #84A9DC
Complementary color
Monochromatic Colors of #84A9DC
Black with #84A9DC
Text Example
Text Example
White with #84A9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A9DC; }
p { color: rgb(132,169,220); }
H1.HeaderClassName
{
color: #84A9DC;
}
.AnyTagClassName
{
color: #84A9DC;
}
</style>
background-color css
<style>
a { background-color: #84A9DC; }
a { background-color: rgb(132,169,220); }
div.DivClassName
{
background-color: #84A9DC;
}
.BgClassName
{
background-color: #84A9DC;
}
</style>
border-color css
<style>
span { border-color: #84A9DC; }
span { border-color: rgb(132,169,220); }
td.TdClassName
{
border-color: #84A9DC;
}
.TagClassName
{
border-color: #84A9DC;
}
</style>