Shades of Jordy Blue #84ADE9
Tints of Jordy Blue #84ADE9
RGB
CMYK
RGB Variations
Color information
#84ADE9 (or 0x84ADE9) is known color: Jordy Blue. HEX triplet: 84, AD and E9. RGB value is (132,173,233). Sum of RGB (Red+Green+Blue) = 132+173+233=538 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.54% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 233 (91.41% from 255 or 43.31% from 538); Max value from RGB is 233 - color contains mainly: blue. Hex color #84ADE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84ADE9 is #7B5216. Grayscale: #A7A7A7. Windows color (decimal): -8081943 or 15314308. OLE color: 15314308.
HSL color Cylindrical-coordinate representation of color #84ADE9: hue angle of 215.64º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84ADE9 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 132 | 173 | 233 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.09 |
| HSL | 215.64º | 0.7% | 0.72% | - |
| HSV(B) | 215.64º | 0.43% | 0.91% | - |
| XYZ | 39.17 | 40.68 | 82.88 | - |
| YUV | 167.58 | 164.92 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 173 | 233 | 0.43 | 0.26 | 0 | 0.09 | 215.64 | 0.7 | 0.72 |
| Hex | 84 | AD | E9 | 2B | 1A | 0 | 9 | D8 | 46 | 48 |
| Octal | 204 | 255 | 351 | 53 | 32 | 0 | 11 | 330 | 106 | 110 |
| Binary | 10000100 | 10101101 | 11101001 | 101011 | 11010 | 0 | 1001 | 11011000 | 1000110 | 1001000 |
Color Harmonies of #84ADE9
Complementary color
Monochromatic Colors of #84ADE9
Black with #84ADE9
Text Example
Text Example
White with #84ADE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ADE9; }
p { color: rgb(132,173,233); }
H1.HeaderClassName
{
color: #84ADE9;
}
.AnyTagClassName
{
color: #84ADE9;
}
</style>
background-color css
<style>
a { background-color: #84ADE9; }
a { background-color: rgb(132,173,233); }
div.DivClassName
{
background-color: #84ADE9;
}
.BgClassName
{
background-color: #84ADE9;
}
</style>
border-color css
<style>
span { border-color: #84ADE9; }
span { border-color: rgb(132,173,233); }
td.TdClassName
{
border-color: #84ADE9;
}
.TagClassName
{
border-color: #84ADE9;
}
</style>