Shades of Jordy Blue #84B7E8
Tints of Jordy Blue #84B7E8
RGB
CMYK
RGB Variations
Color information
#84B7E8 (or 0x84B7E8) is known color: Jordy Blue. HEX triplet: 84, B7 and E8. RGB value is (132,183,232). Sum of RGB (Red+Green+Blue) = 132+183+232=547 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.13% from 547); Green value is 183 (71.88% from 255 or 33.46% from 547); Blue value is 232 (91.02% from 255 or 42.41% from 547); Max value from RGB is 232 - color contains mainly: blue. Hex color #84B7E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84B7E8 is #7B4817. Grayscale: #ADADAD. Windows color (decimal): -8079384 or 15251332. OLE color: 15251332.
HSL color Cylindrical-coordinate representation of color #84B7E8: hue angle of 209.4º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84B7E8 is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 132 | 183 | 232 | - |
| CMYK | 0.43 | 0.21 | 0 | 0.09 |
| HSL | 209.4º | 0.68% | 0.71% | - |
| HSV(B) | 209.4º | 0.43% | 0.91% | - |
| XYZ | 41.01 | 44.6 | 82.79 | - |
| YUV | 173.34 | 161.1 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 183 | 232 | 0.43 | 0.21 | 0 | 0.09 | 209.4 | 0.68 | 0.71 |
| Hex | 84 | B7 | E8 | 2B | 15 | 0 | 9 | D1 | 44 | 47 |
| Octal | 204 | 267 | 350 | 53 | 25 | 0 | 11 | 321 | 104 | 107 |
| Binary | 10000100 | 10110111 | 11101000 | 101011 | 10101 | 0 | 1001 | 11010001 | 1000100 | 1000111 |
Color Harmonies of #84B7E8
Complementary color
Monochromatic Colors of #84B7E8
Black with #84B7E8
Text Example
Text Example
White with #84B7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B7E8; }
p { color: rgb(132,183,232); }
H1.HeaderClassName
{
color: #84B7E8;
}
.AnyTagClassName
{
color: #84B7E8;
}
</style>
background-color css
<style>
a { background-color: #84B7E8; }
a { background-color: rgb(132,183,232); }
div.DivClassName
{
background-color: #84B7E8;
}
.BgClassName
{
background-color: #84B7E8;
}
</style>
border-color css
<style>
span { border-color: #84B7E8; }
span { border-color: rgb(132,183,232); }
td.TdClassName
{
border-color: #84B7E8;
}
.TagClassName
{
border-color: #84B7E8;
}
</style>