Shades of Jordy Blue #84AED9
Tints of Jordy Blue #84AED9
RGB
CMYK
RGB Variations
Color information
#84AED9 (or 0x84AED9) is known color: Jordy Blue. HEX triplet: 84, AE and D9. RGB value is (132,174,217). Sum of RGB (Red+Green+Blue) = 132+174+217=523 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.24% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 217 - color contains mainly: blue. Hex color #84AED9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AED9 is #7B5126. Grayscale: #A6A6A6. Windows color (decimal): -8081703 or 14265988. OLE color: 14265988.
HSL color Cylindrical-coordinate representation of color #84AED9: hue angle of 210.35º 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 #84AED9 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 174 | 217 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.15 |
| HSL | 210.35º | 0.53% | 0.68% | - |
| HSV(B) | 210.35º | 0.39% | 0.85% | - |
| XYZ | 37.18 | 40.19 | 71.44 | - |
| YUV | 166.34 | 156.59 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 174 | 217 | 0.39 | 0.20 | 0 | 0.15 | 210.35 | 0.53 | 0.68 |
| Hex | 84 | AE | D9 | 27 | 14 | 0 | F | D2 | 35 | 44 |
| Octal | 204 | 256 | 331 | 47 | 24 | 0 | 17 | 322 | 65 | 104 |
| Binary | 10000100 | 10101110 | 11011001 | 100111 | 10100 | 0 | 1111 | 11010010 | 110101 | 1000100 |
Color Harmonies of #84AED9
Complementary color
Monochromatic Colors of #84AED9
Black with #84AED9
Text Example
Text Example
White with #84AED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AED9; }
p { color: rgb(132,174,217); }
H1.HeaderClassName
{
color: #84AED9;
}
.AnyTagClassName
{
color: #84AED9;
}
</style>
background-color css
<style>
a { background-color: #84AED9; }
a { background-color: rgb(132,174,217); }
div.DivClassName
{
background-color: #84AED9;
}
.BgClassName
{
background-color: #84AED9;
}
</style>
border-color css
<style>
span { border-color: #84AED9; }
span { border-color: rgb(132,174,217); }
td.TdClassName
{
border-color: #84AED9;
}
.TagClassName
{
border-color: #84AED9;
}
</style>