Shades of Jordy Blue #84ABDB
Tints of Jordy Blue #84ABDB
RGB
CMYK
RGB Variations
Color information
#84ABDB (or 0x84ABDB) is known color: Jordy Blue. HEX triplet: 84, AB and DB. RGB value is (132,171,219). Sum of RGB (Red+Green+Blue) = 132+171+219=522 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.29% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #84ABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ABDB is #7B5424. Grayscale: #A4A4A4. Windows color (decimal): -8082469 or 14396292. OLE color: 14396292.
HSL color Cylindrical-coordinate representation of color #84ABDB: hue angle of 213.1º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84ABDB is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 171 | 219 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.14 |
| HSL | 213.1º | 0.55% | 0.69% | - |
| HSV(B) | 213.1º | 0.4% | 0.86% | - |
| XYZ | 36.86 | 39.15 | 72.63 | - |
| YUV | 164.81 | 158.58 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 171 | 219 | 0.40 | 0.22 | 0 | 0.14 | 213.1 | 0.55 | 0.69 |
| Hex | 84 | AB | DB | 28 | 16 | 0 | E | D5 | 37 | 45 |
| Octal | 204 | 253 | 333 | 50 | 26 | 0 | 16 | 325 | 67 | 105 |
| Binary | 10000100 | 10101011 | 11011011 | 101000 | 10110 | 0 | 1110 | 11010101 | 110111 | 1000101 |
Color Harmonies of #84ABDB
Complementary color
Monochromatic Colors of #84ABDB
Black with #84ABDB
Text Example
Text Example
White with #84ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ABDB; }
p { color: rgb(132,171,219); }
H1.HeaderClassName
{
color: #84ABDB;
}
.AnyTagClassName
{
color: #84ABDB;
}
</style>
background-color css
<style>
a { background-color: #84ABDB; }
a { background-color: rgb(132,171,219); }
div.DivClassName
{
background-color: #84ABDB;
}
.BgClassName
{
background-color: #84ABDB;
}
</style>
border-color css
<style>
span { border-color: #84ABDB; }
span { border-color: rgb(132,171,219); }
td.TdClassName
{
border-color: #84ABDB;
}
.TagClassName
{
border-color: #84ABDB;
}
</style>