Shades of Jordy Blue #84A6DB
Tints of Jordy Blue #84A6DB
RGB
CMYK
RGB Variations
Color information
#84A6DB (or 0x84A6DB) is known color: Jordy Blue. HEX triplet: 84, A6 and DB. RGB value is (132,166,219). Sum of RGB (Red+Green+Blue) = 132+166+219=517 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.53% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #84A6DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A6DB is #7B5924. Grayscale: #A1A1A1. Windows color (decimal): -8083749 or 14395012. OLE color: 14395012.
HSL color Cylindrical-coordinate representation of color #84A6DB: hue angle of 216.55º degrees, saturation: 0.55, 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 #84A6DB is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 166 | 219 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.14 |
| HSL | 216.55º | 0.55% | 0.69% | - |
| HSV(B) | 216.55º | 0.4% | 0.86% | - |
| XYZ | 35.94 | 37.29 | 72.32 | - |
| YUV | 161.88 | 160.24 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 166 | 219 | 0.40 | 0.24 | 0 | 0.14 | 216.55 | 0.55 | 0.69 |
| Hex | 84 | A6 | DB | 28 | 18 | 0 | E | D9 | 37 | 45 |
| Octal | 204 | 246 | 333 | 50 | 30 | 0 | 16 | 331 | 67 | 105 |
| Binary | 10000100 | 10100110 | 11011011 | 101000 | 11000 | 0 | 1110 | 11011001 | 110111 | 1000101 |
Color Harmonies of #84A6DB
Complementary color
Monochromatic Colors of #84A6DB
Black with #84A6DB
Text Example
Text Example
White with #84A6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A6DB; }
p { color: rgb(132,166,219); }
H1.HeaderClassName
{
color: #84A6DB;
}
.AnyTagClassName
{
color: #84A6DB;
}
</style>
background-color css
<style>
a { background-color: #84A6DB; }
a { background-color: rgb(132,166,219); }
div.DivClassName
{
background-color: #84A6DB;
}
.BgClassName
{
background-color: #84A6DB;
}
</style>
border-color css
<style>
span { border-color: #84A6DB; }
span { border-color: rgb(132,166,219); }
td.TdClassName
{
border-color: #84A6DB;
}
.TagClassName
{
border-color: #84A6DB;
}
</style>