Shades of Jordy Blue #84ADDA
Tints of Jordy Blue #84ADDA
RGB
CMYK
RGB Variations
Color information
#84ADDA (or 0x84ADDA) is known color: Jordy Blue. HEX triplet: 84, AD and DA. RGB value is (132,173,218). Sum of RGB (Red+Green+Blue) = 132+173+218=523 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.24% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #84ADDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ADDA is #7B5225. Grayscale: #A5A5A5. Windows color (decimal): -8081958 or 14331268. OLE color: 14331268.
HSL color Cylindrical-coordinate representation of color #84ADDA: hue angle of 211.4º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84ADDA is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 173 | 218 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.15 |
| HSL | 211.4º | 0.54% | 0.69% | - |
| HSV(B) | 211.4º | 0.39% | 0.85% | - |
| XYZ | 37.11 | 39.85 | 72.07 | - |
| YUV | 165.87 | 157.42 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 173 | 218 | 0.39 | 0.21 | 0 | 0.15 | 211.4 | 0.54 | 0.69 |
| Hex | 84 | AD | DA | 27 | 15 | 0 | F | D3 | 36 | 45 |
| Octal | 204 | 255 | 332 | 47 | 25 | 0 | 17 | 323 | 66 | 105 |
| Binary | 10000100 | 10101101 | 11011010 | 100111 | 10101 | 0 | 1111 | 11010011 | 110110 | 1000101 |
Color Harmonies of #84ADDA
Complementary color
Monochromatic Colors of #84ADDA
Black with #84ADDA
Text Example
Text Example
White with #84ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ADDA; }
p { color: rgb(132,173,218); }
H1.HeaderClassName
{
color: #84ADDA;
}
.AnyTagClassName
{
color: #84ADDA;
}
</style>
background-color css
<style>
a { background-color: #84ADDA; }
a { background-color: rgb(132,173,218); }
div.DivClassName
{
background-color: #84ADDA;
}
.BgClassName
{
background-color: #84ADDA;
}
</style>
border-color css
<style>
span { border-color: #84ADDA; }
span { border-color: rgb(132,173,218); }
td.TdClassName
{
border-color: #84ADDA;
}
.TagClassName
{
border-color: #84ADDA;
}
</style>