Shades of Jordy Blue #84A1EB
Tints of Jordy Blue #84A1EB
RGB
CMYK
RGB Variations
Color information
#84A1EB (or 0x84A1EB) is known color: Jordy Blue. HEX triplet: 84, A1 and EB. RGB value is (132,161,235). Sum of RGB (Red+Green+Blue) = 132+161+235=528 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #84A1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A1EB is #7B5E14. Grayscale: #A0A0A0. Windows color (decimal): -8085013 or 15442308. OLE color: 15442308.
HSL color Cylindrical-coordinate representation of color #84A1EB: hue angle of 223.11º degrees, saturation: 0.72, 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 #84A1EB is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 161 | 235 | - |
| CMYK | 0.44 | 0.31 | 0 | 0.08 |
| HSL | 223.11º | 0.72% | 0.72% | - |
| HSV(B) | 223.11º | 0.44% | 0.92% | - |
| XYZ | 37.26 | 36.39 | 83.66 | - |
| YUV | 160.77 | 169.89 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 235 | 0.44 | 0.31 | 0 | 0.08 | 223.11 | 0.72 | 0.72 |
| Hex | 84 | A1 | EB | 2C | 1F | 0 | 8 | DF | 48 | 48 |
| Octal | 204 | 241 | 353 | 54 | 37 | 0 | 10 | 337 | 110 | 110 |
| Binary | 10000100 | 10100001 | 11101011 | 101100 | 11111 | 0 | 1000 | 11011111 | 1001000 | 1001000 |
Color Harmonies of #84A1EB
Complementary color
Monochromatic Colors of #84A1EB
Black with #84A1EB
Text Example
Text Example
White with #84A1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A1EB; }
p { color: rgb(132,161,235); }
H1.HeaderClassName
{
color: #84A1EB;
}
.AnyTagClassName
{
color: #84A1EB;
}
</style>
background-color css
<style>
a { background-color: #84A1EB; }
a { background-color: rgb(132,161,235); }
div.DivClassName
{
background-color: #84A1EB;
}
.BgClassName
{
background-color: #84A1EB;
}
</style>
border-color css
<style>
span { border-color: #84A1EB; }
span { border-color: rgb(132,161,235); }
td.TdClassName
{
border-color: #84A1EB;
}
.TagClassName
{
border-color: #84A1EB;
}
</style>