Shades of Jordy Blue #84ABDD
Tints of Jordy Blue #84ABDD
RGB
CMYK
RGB Variations
Color information
#84ABDD (or 0x84ABDD) is known color: Jordy Blue. HEX triplet: 84, AB and DD. RGB value is (132,171,221). Sum of RGB (Red+Green+Blue) = 132+171+221=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #84ABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ABDD is #7B5422. Grayscale: #A4A4A4. Windows color (decimal): -8082467 or 14527364. OLE color: 14527364.
HSL color Cylindrical-coordinate representation of color #84ABDD: hue angle of 213.71º 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 #84ABDD is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 171 | 221 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.13 |
| HSL | 213.71º | 0.57% | 0.69% | - |
| HSV(B) | 213.71º | 0.4% | 0.87% | - |
| XYZ | 37.13 | 39.25 | 74.03 | - |
| YUV | 165.04 | 159.58 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 171 | 221 | 0.40 | 0.23 | 0 | 0.13 | 213.71 | 0.57 | 0.69 |
| Hex | 84 | AB | DD | 28 | 17 | 0 | D | D6 | 39 | 45 |
| Octal | 204 | 253 | 335 | 50 | 27 | 0 | 15 | 326 | 71 | 105 |
| Binary | 10000100 | 10101011 | 11011101 | 101000 | 10111 | 0 | 1101 | 11010110 | 111001 | 1000101 |
Color Harmonies of #84ABDD
Complementary color
Monochromatic Colors of #84ABDD
Black with #84ABDD
Text Example
Text Example
White with #84ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ABDD; }
p { color: rgb(132,171,221); }
H1.HeaderClassName
{
color: #84ABDD;
}
.AnyTagClassName
{
color: #84ABDD;
}
</style>
background-color css
<style>
a { background-color: #84ABDD; }
a { background-color: rgb(132,171,221); }
div.DivClassName
{
background-color: #84ABDD;
}
.BgClassName
{
background-color: #84ABDD;
}
</style>
border-color css
<style>
span { border-color: #84ABDD; }
span { border-color: rgb(132,171,221); }
td.TdClassName
{
border-color: #84ABDD;
}
.TagClassName
{
border-color: #84ABDD;
}
</style>