Shades of Jordy Blue #84AEDB
Tints of Jordy Blue #84AEDB
RGB
CMYK
RGB Variations
Color information
#84AEDB (or 0x84AEDB) is known color: Jordy Blue. HEX triplet: 84, AE and DB. RGB value is (132,174,219). Sum of RGB (Red+Green+Blue) = 132+174+219=525 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.14% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #84AEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AEDB is #7B5124. Grayscale: #A6A6A6. Windows color (decimal): -8081701 or 14397060. OLE color: 14397060.
HSL color Cylindrical-coordinate representation of color #84AEDB: hue angle of 211.03º 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 #84AEDB is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 174 | 219 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.14 |
| HSL | 211.03º | 0.55% | 0.69% | - |
| HSV(B) | 211.03º | 0.4% | 0.86% | - |
| XYZ | 37.44 | 40.29 | 72.82 | - |
| YUV | 166.57 | 157.59 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 174 | 219 | 0.40 | 0.21 | 0 | 0.14 | 211.03 | 0.55 | 0.69 |
| Hex | 84 | AE | DB | 28 | 15 | 0 | E | D3 | 37 | 45 |
| Octal | 204 | 256 | 333 | 50 | 25 | 0 | 16 | 323 | 67 | 105 |
| Binary | 10000100 | 10101110 | 11011011 | 101000 | 10101 | 0 | 1110 | 11010011 | 110111 | 1000101 |
Color Harmonies of #84AEDB
Complementary color
Monochromatic Colors of #84AEDB
Black with #84AEDB
Text Example
Text Example
White with #84AEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AEDB; }
p { color: rgb(132,174,219); }
H1.HeaderClassName
{
color: #84AEDB;
}
.AnyTagClassName
{
color: #84AEDB;
}
</style>
background-color css
<style>
a { background-color: #84AEDB; }
a { background-color: rgb(132,174,219); }
div.DivClassName
{
background-color: #84AEDB;
}
.BgClassName
{
background-color: #84AEDB;
}
</style>
border-color css
<style>
span { border-color: #84AEDB; }
span { border-color: rgb(132,174,219); }
td.TdClassName
{
border-color: #84AEDB;
}
.TagClassName
{
border-color: #84AEDB;
}
</style>