Shades of Jordy Blue #84A6FF
Tints of Jordy Blue #84A6FF
RGB
CMYK
RGB Variations
Color information
#84A6FF (or 0x84A6FF) is known color: Jordy Blue. HEX triplet: 84, A6 and FF. RGB value is (132,166,255). Sum of RGB (Red+Green+Blue) = 132+166+255=553 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.87% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #84A6FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A6FF is #7B5900. Grayscale: #A5A5A5. Windows color (decimal): -8083713 or 16754308. OLE color: 16754308.
HSL color Cylindrical-coordinate representation of color #84A6FF: hue angle of 223.41º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84A6FF is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 166 | 255 | - |
| CMYK | 0.48 | 0.35 | 0 | 0 |
| HSL | 223.41º | 1% | 0.76% | - |
| HSV(B) | 223.41º | 0.48% | 1% | - |
| XYZ | 41.2 | 39.4 | 100.04 | - |
| YUV | 165.98 | 178.24 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 166 | 255 | 0.48 | 0.35 | 0 | 0 | 223.41 | 1 | 0.76 |
| Hex | 84 | A6 | FF | 30 | 23 | 0 | 0 | DF | 64 | 4C |
| Octal | 204 | 246 | 377 | 60 | 43 | 0 | 0 | 337 | 144 | 114 |
| Binary | 10000100 | 10100110 | 11111111 | 110000 | 100011 | 0 | 0 | 11011111 | 1100100 | 1001100 |
Color Harmonies of #84A6FF
Complementary color
Monochromatic Colors of #84A6FF
Black with #84A6FF
Text Example
Text Example
White with #84A6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A6FF; }
p { color: rgb(132,166,255); }
H1.HeaderClassName
{
color: #84A6FF;
}
.AnyTagClassName
{
color: #84A6FF;
}
</style>
background-color css
<style>
a { background-color: #84A6FF; }
a { background-color: rgb(132,166,255); }
div.DivClassName
{
background-color: #84A6FF;
}
.BgClassName
{
background-color: #84A6FF;
}
</style>
border-color css
<style>
span { border-color: #84A6FF; }
span { border-color: rgb(132,166,255); }
td.TdClassName
{
border-color: #84A6FF;
}
.TagClassName
{
border-color: #84A6FF;
}
</style>