Shades of Jordy Blue #84A9DB
Tints of Jordy Blue #84A9DB
RGB
CMYK
RGB Variations
Color information
#84A9DB (or 0x84A9DB) is known color: Jordy Blue. HEX triplet: 84, A9 and DB. RGB value is (132,169,219). Sum of RGB (Red+Green+Blue) = 132+169+219=520 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.38% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #84A9DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A9DB is #7B5624. Grayscale: #A3A3A3. Windows color (decimal): -8082981 or 14395780. OLE color: 14395780.
HSL color Cylindrical-coordinate representation of color #84A9DB: hue angle of 214.48º 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 #84A9DB is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 169 | 219 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.14 |
| HSL | 214.48º | 0.55% | 0.69% | - |
| HSV(B) | 214.48º | 0.4% | 0.86% | - |
| XYZ | 36.49 | 38.4 | 72.51 | - |
| YUV | 163.64 | 159.24 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 169 | 219 | 0.40 | 0.23 | 0 | 0.14 | 214.48 | 0.55 | 0.69 |
| Hex | 84 | A9 | DB | 28 | 17 | 0 | E | D6 | 37 | 45 |
| Octal | 204 | 251 | 333 | 50 | 27 | 0 | 16 | 326 | 67 | 105 |
| Binary | 10000100 | 10101001 | 11011011 | 101000 | 10111 | 0 | 1110 | 11010110 | 110111 | 1000101 |
Color Harmonies of #84A9DB
Complementary color
Monochromatic Colors of #84A9DB
Black with #84A9DB
Text Example
Text Example
White with #84A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A9DB; }
p { color: rgb(132,169,219); }
H1.HeaderClassName
{
color: #84A9DB;
}
.AnyTagClassName
{
color: #84A9DB;
}
</style>
background-color css
<style>
a { background-color: #84A9DB; }
a { background-color: rgb(132,169,219); }
div.DivClassName
{
background-color: #84A9DB;
}
.BgClassName
{
background-color: #84A9DB;
}
</style>
border-color css
<style>
span { border-color: #84A9DB; }
span { border-color: rgb(132,169,219); }
td.TdClassName
{
border-color: #84A9DB;
}
.TagClassName
{
border-color: #84A9DB;
}
</style>