Shades of Jordy Blue #84A3FE
Tints of Jordy Blue #84A3FE
RGB
CMYK
RGB Variations
Color information
#84A3FE (or 0x84A3FE) is known color: Jordy Blue. HEX triplet: 84, A3 and FE. RGB value is (132,163,254). Sum of RGB (Red+Green+Blue) = 132+163+254=549 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.04% from 549); Green value is 163 (64.06% from 255 or 29.69% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #84A3FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A3FE is #7B5C01. Grayscale: #A3A3A3. Windows color (decimal): -8084482 or 16688004. OLE color: 16688004.
HSL color Cylindrical-coordinate representation of color #84A3FE: hue angle of 224.75º 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 #84A3FE is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 163 | 254 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.00 |
| HSL | 224.75º | 0.98% | 0.76% | - |
| HSV(B) | 224.75º | 0.48% | 1% | - |
| XYZ | 40.5 | 38.26 | 99.02 | - |
| YUV | 164.11 | 178.73 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 163 | 254 | 0.48 | 0.36 | 0 | 0.00 | 224.75 | 0.98 | 0.76 |
| Hex | 84 | A3 | FE | 30 | 24 | 0 | 0 | E1 | 62 | 4C |
| Octal | 204 | 243 | 376 | 60 | 44 | 0 | 0 | 341 | 142 | 114 |
| Binary | 10000100 | 10100011 | 11111110 | 110000 | 100100 | 0 | 0 | 11100001 | 1100010 | 1001100 |
Color Harmonies of #84A3FE
Complementary color
Monochromatic Colors of #84A3FE
Black with #84A3FE
Text Example
Text Example
White with #84A3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A3FE; }
p { color: rgb(132,163,254); }
H1.HeaderClassName
{
color: #84A3FE;
}
.AnyTagClassName
{
color: #84A3FE;
}
</style>
background-color css
<style>
a { background-color: #84A3FE; }
a { background-color: rgb(132,163,254); }
div.DivClassName
{
background-color: #84A3FE;
}
.BgClassName
{
background-color: #84A3FE;
}
</style>
border-color css
<style>
span { border-color: #84A3FE; }
span { border-color: rgb(132,163,254); }
td.TdClassName
{
border-color: #84A3FE;
}
.TagClassName
{
border-color: #84A3FE;
}
</style>