Shades of Jordy Blue #84AADB
Tints of Jordy Blue #84AADB
RGB
CMYK
RGB Variations
Color information
#84AADB (or 0x84AADB) is known color: Jordy Blue. HEX triplet: 84, AA and DB. RGB value is (132,170,219). Sum of RGB (Red+Green+Blue) = 132+170+219=521 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.34% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #84AADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AADB is #7B5524. Grayscale: #A3A3A3. Windows color (decimal): -8082725 or 14396036. OLE color: 14396036.
HSL color Cylindrical-coordinate representation of color #84AADB: hue angle of 213.79º 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 #84AADB is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 170 | 219 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.14 |
| HSL | 213.79º | 0.55% | 0.69% | - |
| HSV(B) | 213.79º | 0.4% | 0.86% | - |
| XYZ | 36.68 | 38.77 | 72.57 | - |
| YUV | 164.22 | 158.91 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 170 | 219 | 0.40 | 0.22 | 0 | 0.14 | 213.79 | 0.55 | 0.69 |
| Hex | 84 | AA | DB | 28 | 16 | 0 | E | D6 | 37 | 45 |
| Octal | 204 | 252 | 333 | 50 | 26 | 0 | 16 | 326 | 67 | 105 |
| Binary | 10000100 | 10101010 | 11011011 | 101000 | 10110 | 0 | 1110 | 11010110 | 110111 | 1000101 |
Color Harmonies of #84AADB
Complementary color
Monochromatic Colors of #84AADB
Black with #84AADB
Text Example
Text Example
White with #84AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AADB; }
p { color: rgb(132,170,219); }
H1.HeaderClassName
{
color: #84AADB;
}
.AnyTagClassName
{
color: #84AADB;
}
</style>
background-color css
<style>
a { background-color: #84AADB; }
a { background-color: rgb(132,170,219); }
div.DivClassName
{
background-color: #84AADB;
}
.BgClassName
{
background-color: #84AADB;
}
</style>
border-color css
<style>
span { border-color: #84AADB; }
span { border-color: rgb(132,170,219); }
td.TdClassName
{
border-color: #84AADB;
}
.TagClassName
{
border-color: #84AADB;
}
</style>