Shades of Jordy Blue #84A1FE
Tints of Jordy Blue #84A1FE
RGB
CMYK
RGB Variations
Color information
#84A1FE (or 0x84A1FE) is known color: Jordy Blue. HEX triplet: 84, A1 and FE. RGB value is (132,161,254). Sum of RGB (Red+Green+Blue) = 132+161+254=547 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.13% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #84A1FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A1FE is #7B5E01. Grayscale: #A2A2A2. Windows color (decimal): -8084994 or 16687492. OLE color: 16687492.
HSL color Cylindrical-coordinate representation of color #84A1FE: hue angle of 225.74º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84A1FE is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 161 | 254 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.00 |
| HSL | 225.74º | 0.98% | 0.76% | - |
| HSV(B) | 225.74º | 0.48% | 1% | - |
| XYZ | 40.15 | 37.55 | 98.9 | - |
| YUV | 162.93 | 179.39 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 254 | 0.48 | 0.37 | 0 | 0.00 | 225.74 | 0.98 | 0.76 |
| Hex | 84 | A1 | FE | 30 | 25 | 0 | 0 | E2 | 62 | 4C |
| Octal | 204 | 241 | 376 | 60 | 45 | 0 | 0 | 342 | 142 | 114 |
| Binary | 10000100 | 10100001 | 11111110 | 110000 | 100101 | 0 | 0 | 11100010 | 1100010 | 1001100 |
Color Harmonies of #84A1FE
Complementary color
Monochromatic Colors of #84A1FE
Black with #84A1FE
Text Example
Text Example
White with #84A1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A1FE; }
p { color: rgb(132,161,254); }
H1.HeaderClassName
{
color: #84A1FE;
}
.AnyTagClassName
{
color: #84A1FE;
}
</style>
background-color css
<style>
a { background-color: #84A1FE; }
a { background-color: rgb(132,161,254); }
div.DivClassName
{
background-color: #84A1FE;
}
.BgClassName
{
background-color: #84A1FE;
}
</style>
border-color css
<style>
span { border-color: #84A1FE; }
span { border-color: rgb(132,161,254); }
td.TdClassName
{
border-color: #84A1FE;
}
.TagClassName
{
border-color: #84A1FE;
}
</style>