Shades of Jordy Blue #84ADDB
Tints of Jordy Blue #84ADDB
RGB
CMYK
RGB Variations
Color information
#84ADDB (or 0x84ADDB) is known color: Jordy Blue. HEX triplet: 84, AD and DB. RGB value is (132,173,219). Sum of RGB (Red+Green+Blue) = 132+173+219=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #84ADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ADDB is #7B5224. Grayscale: #A5A5A5. Windows color (decimal): -8081957 or 14396804. OLE color: 14396804.
HSL color Cylindrical-coordinate representation of color #84ADDB: hue angle of 211.72º 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 #84ADDB is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 173 | 219 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.14 |
| HSL | 211.72º | 0.55% | 0.69% | - |
| HSV(B) | 211.72º | 0.4% | 0.86% | - |
| XYZ | 37.25 | 39.91 | 72.76 | - |
| YUV | 165.99 | 157.92 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 173 | 219 | 0.40 | 0.21 | 0 | 0.14 | 211.72 | 0.55 | 0.69 |
| Hex | 84 | AD | DB | 28 | 15 | 0 | E | D4 | 37 | 45 |
| Octal | 204 | 255 | 333 | 50 | 25 | 0 | 16 | 324 | 67 | 105 |
| Binary | 10000100 | 10101101 | 11011011 | 101000 | 10101 | 0 | 1110 | 11010100 | 110111 | 1000101 |
Color Harmonies of #84ADDB
Complementary color
Monochromatic Colors of #84ADDB
Black with #84ADDB
Text Example
Text Example
White with #84ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ADDB; }
p { color: rgb(132,173,219); }
H1.HeaderClassName
{
color: #84ADDB;
}
.AnyTagClassName
{
color: #84ADDB;
}
</style>
background-color css
<style>
a { background-color: #84ADDB; }
a { background-color: rgb(132,173,219); }
div.DivClassName
{
background-color: #84ADDB;
}
.BgClassName
{
background-color: #84ADDB;
}
</style>
border-color css
<style>
span { border-color: #84ADDB; }
span { border-color: rgb(132,173,219); }
td.TdClassName
{
border-color: #84ADDB;
}
.TagClassName
{
border-color: #84ADDB;
}
</style>