Shades of Jordy Blue #84B9E0
Tints of Jordy Blue #84B9E0
RGB
CMYK
RGB Variations
Color information
#84B9E0 (or 0x84B9E0) is known color: Jordy Blue. HEX triplet: 84, B9 and E0. RGB value is (132,185,224). Sum of RGB (Red+Green+Blue) = 132+185+224=541 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.40% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #84B9E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B9E0 is #7B461F. Grayscale: #ADADAD. Windows color (decimal): -8078880 or 14727556. OLE color: 14727556.
HSL color Cylindrical-coordinate representation of color #84B9E0: hue angle of 205.43º 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 #84B9E0 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 185 | 224 | - |
| CMYK | 0.41 | 0.17 | 0 | 0.12 |
| HSL | 205.43º | 0.6% | 0.7% | - |
| HSV(B) | 205.43º | 0.41% | 0.88% | - |
| XYZ | 40.32 | 44.99 | 77.08 | - |
| YUV | 173.6 | 156.44 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 185 | 224 | 0.41 | 0.17 | 0 | 0.12 | 205.43 | 0.6 | 0.7 |
| Hex | 84 | B9 | E0 | 29 | 11 | 0 | C | CD | 3C | 46 |
| Octal | 204 | 271 | 340 | 51 | 21 | 0 | 14 | 315 | 74 | 106 |
| Binary | 10000100 | 10111001 | 11100000 | 101001 | 10001 | 0 | 1100 | 11001101 | 111100 | 1000110 |
Color Harmonies of #84B9E0
Complementary color
Monochromatic Colors of #84B9E0
Black with #84B9E0
Text Example
Text Example
White with #84B9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B9E0; }
p { color: rgb(132,185,224); }
H1.HeaderClassName
{
color: #84B9E0;
}
.AnyTagClassName
{
color: #84B9E0;
}
</style>
background-color css
<style>
a { background-color: #84B9E0; }
a { background-color: rgb(132,185,224); }
div.DivClassName
{
background-color: #84B9E0;
}
.BgClassName
{
background-color: #84B9E0;
}
</style>
border-color css
<style>
span { border-color: #84B9E0; }
span { border-color: rgb(132,185,224); }
td.TdClassName
{
border-color: #84B9E0;
}
.TagClassName
{
border-color: #84B9E0;
}
</style>