Shades of Jordy Blue #84AEEA
Tints of Jordy Blue #84AEEA
RGB
CMYK
RGB Variations
Color information
#84AEEA (or 0x84AEEA) is known color: Jordy Blue. HEX triplet: 84, AE and EA. RGB value is (132,174,234). Sum of RGB (Red+Green+Blue) = 132+174+234=540 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.44% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #84AEEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84AEEA is #7B5115. Grayscale: #A8A8A8. Windows color (decimal): -8081686 or 15380100. OLE color: 15380100.
HSL color Cylindrical-coordinate representation of color #84AEEA: hue angle of 215.29º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84AEEA is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 174 | 234 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.08 |
| HSL | 215.29º | 0.71% | 0.72% | - |
| HSV(B) | 215.29º | 0.44% | 0.92% | - |
| XYZ | 39.5 | 41.12 | 83.7 | - |
| YUV | 168.28 | 165.09 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 174 | 234 | 0.44 | 0.26 | 0 | 0.08 | 215.29 | 0.71 | 0.72 |
| Hex | 84 | AE | EA | 2C | 1A | 0 | 8 | D7 | 47 | 48 |
| Octal | 204 | 256 | 352 | 54 | 32 | 0 | 10 | 327 | 107 | 110 |
| Binary | 10000100 | 10101110 | 11101010 | 101100 | 11010 | 0 | 1000 | 11010111 | 1000111 | 1001000 |
Color Harmonies of #84AEEA
Complementary color
Monochromatic Colors of #84AEEA
Black with #84AEEA
Text Example
Text Example
White with #84AEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AEEA; }
p { color: rgb(132,174,234); }
H1.HeaderClassName
{
color: #84AEEA;
}
.AnyTagClassName
{
color: #84AEEA;
}
</style>
background-color css
<style>
a { background-color: #84AEEA; }
a { background-color: rgb(132,174,234); }
div.DivClassName
{
background-color: #84AEEA;
}
.BgClassName
{
background-color: #84AEEA;
}
</style>
border-color css
<style>
span { border-color: #84AEEA; }
span { border-color: rgb(132,174,234); }
td.TdClassName
{
border-color: #84AEEA;
}
.TagClassName
{
border-color: #84AEEA;
}
</style>