Shades of Jordy Blue #84ADD9
Tints of Jordy Blue #84ADD9
RGB
CMYK
RGB Variations
Color information
#84ADD9 (or 0x84ADD9) is known color: Jordy Blue. HEX triplet: 84, AD and D9. RGB value is (132,173,217). Sum of RGB (Red+Green+Blue) = 132+173+217=522 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.29% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 217 (85.16% from 255 or 41.57% from 522); Max value from RGB is 217 - color contains mainly: blue. Hex color #84ADD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ADD9 is #7B5226. Grayscale: #A5A5A5. Windows color (decimal): -8081959 or 14265732. OLE color: 14265732.
HSL color Cylindrical-coordinate representation of color #84ADD9: hue angle of 211.06º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84ADD9 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 173 | 217 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.15 |
| HSL | 211.06º | 0.53% | 0.68% | - |
| HSV(B) | 211.06º | 0.39% | 0.85% | - |
| XYZ | 36.98 | 39.8 | 71.38 | - |
| YUV | 165.76 | 156.92 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 173 | 217 | 0.39 | 0.20 | 0 | 0.15 | 211.06 | 0.53 | 0.68 |
| Hex | 84 | AD | D9 | 27 | 14 | 0 | F | D3 | 35 | 44 |
| Octal | 204 | 255 | 331 | 47 | 24 | 0 | 17 | 323 | 65 | 104 |
| Binary | 10000100 | 10101101 | 11011001 | 100111 | 10100 | 0 | 1111 | 11010011 | 110101 | 1000100 |
Color Harmonies of #84ADD9
Complementary color
Monochromatic Colors of #84ADD9
Black with #84ADD9
Text Example
Text Example
White with #84ADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ADD9; }
p { color: rgb(132,173,217); }
H1.HeaderClassName
{
color: #84ADD9;
}
.AnyTagClassName
{
color: #84ADD9;
}
</style>
background-color css
<style>
a { background-color: #84ADD9; }
a { background-color: rgb(132,173,217); }
div.DivClassName
{
background-color: #84ADD9;
}
.BgClassName
{
background-color: #84ADD9;
}
</style>
border-color css
<style>
span { border-color: #84ADD9; }
span { border-color: rgb(132,173,217); }
td.TdClassName
{
border-color: #84ADD9;
}
.TagClassName
{
border-color: #84ADD9;
}
</style>