Shades of Jordy Blue #84ADDD
Tints of Jordy Blue #84ADDD
RGB
CMYK
RGB Variations
Color information
#84ADDD (or 0x84ADDD) is known color: Jordy Blue. HEX triplet: 84, AD and DD. RGB value is (132,173,221). Sum of RGB (Red+Green+Blue) = 132+173+221=526 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.10% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #84ADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ADDD is #7B5222. Grayscale: #A5A5A5. Windows color (decimal): -8081955 or 14527876. OLE color: 14527876.
HSL color Cylindrical-coordinate representation of color #84ADDD: hue angle of 212.36º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84ADDD is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 173 | 221 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.13 |
| HSL | 212.36º | 0.57% | 0.69% | - |
| HSV(B) | 212.36º | 0.4% | 0.87% | - |
| XYZ | 37.51 | 40.01 | 74.15 | - |
| YUV | 166.21 | 158.92 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 173 | 221 | 0.40 | 0.22 | 0 | 0.13 | 212.36 | 0.57 | 0.69 |
| Hex | 84 | AD | DD | 28 | 16 | 0 | D | D4 | 39 | 45 |
| Octal | 204 | 255 | 335 | 50 | 26 | 0 | 15 | 324 | 71 | 105 |
| Binary | 10000100 | 10101101 | 11011101 | 101000 | 10110 | 0 | 1101 | 11010100 | 111001 | 1000101 |
Color Harmonies of #84ADDD
Complementary color
Monochromatic Colors of #84ADDD
Black with #84ADDD
Text Example
Text Example
White with #84ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ADDD; }
p { color: rgb(132,173,221); }
H1.HeaderClassName
{
color: #84ADDD;
}
.AnyTagClassName
{
color: #84ADDD;
}
</style>
background-color css
<style>
a { background-color: #84ADDD; }
a { background-color: rgb(132,173,221); }
div.DivClassName
{
background-color: #84ADDD;
}
.BgClassName
{
background-color: #84ADDD;
}
</style>
border-color css
<style>
span { border-color: #84ADDD; }
span { border-color: rgb(132,173,221); }
td.TdClassName
{
border-color: #84ADDD;
}
.TagClassName
{
border-color: #84ADDD;
}
</style>