Shades of Jordy Blue #84ADDC
Tints of Jordy Blue #84ADDC
RGB
CMYK
RGB Variations
Color information
#84ADDC (or 0x84ADDC) is known color: Jordy Blue. HEX triplet: 84, AD and DC. RGB value is (132,173,220). Sum of RGB (Red+Green+Blue) = 132+173+220=525 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.14% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #84ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ADDC is #7B5223. Grayscale: #A5A5A5. Windows color (decimal): -8081956 or 14462340. OLE color: 14462340.
HSL color Cylindrical-coordinate representation of color #84ADDC: hue angle of 212.05º degrees, saturation: 0.56, 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 #84ADDC is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 173 | 220 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.14 |
| HSL | 212.05º | 0.56% | 0.69% | - |
| HSV(B) | 212.05º | 0.4% | 0.86% | - |
| XYZ | 37.38 | 39.96 | 73.45 | - |
| YUV | 166.1 | 158.42 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 173 | 220 | 0.40 | 0.21 | 0 | 0.14 | 212.05 | 0.56 | 0.69 |
| Hex | 84 | AD | DC | 28 | 15 | 0 | E | D4 | 38 | 45 |
| Octal | 204 | 255 | 334 | 50 | 25 | 0 | 16 | 324 | 70 | 105 |
| Binary | 10000100 | 10101101 | 11011100 | 101000 | 10101 | 0 | 1110 | 11010100 | 111000 | 1000101 |
Color Harmonies of #84ADDC
Complementary color
Monochromatic Colors of #84ADDC
Black with #84ADDC
Text Example
Text Example
White with #84ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ADDC; }
p { color: rgb(132,173,220); }
H1.HeaderClassName
{
color: #84ADDC;
}
.AnyTagClassName
{
color: #84ADDC;
}
</style>
background-color css
<style>
a { background-color: #84ADDC; }
a { background-color: rgb(132,173,220); }
div.DivClassName
{
background-color: #84ADDC;
}
.BgClassName
{
background-color: #84ADDC;
}
</style>
border-color css
<style>
span { border-color: #84ADDC; }
span { border-color: rgb(132,173,220); }
td.TdClassName
{
border-color: #84ADDC;
}
.TagClassName
{
border-color: #84ADDC;
}
</style>