Shades of Jordy Blue #84BAE0
Tints of Jordy Blue #84BAE0
RGB
CMYK
RGB Variations
Color information
#84BAE0 (or 0x84BAE0) is known color: Jordy Blue. HEX triplet: 84, BA and E0. RGB value is (132,186,224). Sum of RGB (Red+Green+Blue) = 132+186+224=542 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.35% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 224 - color contains mainly: blue. Hex color #84BAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BAE0 is #7B451F. Grayscale: #ADADAD. Windows color (decimal): -8078624 or 14727812. OLE color: 14727812.
HSL color Cylindrical-coordinate representation of color #84BAE0: hue angle of 204.78º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84BAE0 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 186 | 224 | - |
| CMYK | 0.41 | 0.17 | 0 | 0.12 |
| HSL | 204.78º | 0.6% | 0.7% | - |
| HSV(B) | 204.78º | 0.41% | 0.88% | - |
| XYZ | 40.53 | 45.41 | 77.15 | - |
| YUV | 174.19 | 156.11 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 224 | 0.41 | 0.17 | 0 | 0.12 | 204.78 | 0.6 | 0.7 |
| Hex | 84 | BA | E0 | 29 | 11 | 0 | C | CD | 3C | 46 |
| Octal | 204 | 272 | 340 | 51 | 21 | 0 | 14 | 315 | 74 | 106 |
| Binary | 10000100 | 10111010 | 11100000 | 101001 | 10001 | 0 | 1100 | 11001101 | 111100 | 1000110 |
Color Harmonies of #84BAE0
Complementary color
Monochromatic Colors of #84BAE0
Black with #84BAE0
Text Example
Text Example
White with #84BAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BAE0; }
p { color: rgb(132,186,224); }
H1.HeaderClassName
{
color: #84BAE0;
}
.AnyTagClassName
{
color: #84BAE0;
}
</style>
background-color css
<style>
a { background-color: #84BAE0; }
a { background-color: rgb(132,186,224); }
div.DivClassName
{
background-color: #84BAE0;
}
.BgClassName
{
background-color: #84BAE0;
}
</style>
border-color css
<style>
span { border-color: #84BAE0; }
span { border-color: rgb(132,186,224); }
td.TdClassName
{
border-color: #84BAE0;
}
.TagClassName
{
border-color: #84BAE0;
}
</style>