Shades of Jordy Blue #84ACFF
Tints of Jordy Blue #84ACFF
RGB
CMYK
RGB Variations
Color information
#84ACFF (or 0x84ACFF) is known color: Jordy Blue. HEX triplet: 84, AC and FF. RGB value is (132,172,255). Sum of RGB (Red+Green+Blue) = 132+172+255=559 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.61% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #84ACFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84ACFF is #7B5300. Grayscale: #A9A9A9. Windows color (decimal): -8082177 or 16755844. OLE color: 16755844.
HSL color Cylindrical-coordinate representation of color #84ACFF: hue angle of 220.49º 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 #84ACFF is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 172 | 255 | - |
| CMYK | 0.48 | 0.33 | 0 | 0 |
| HSL | 220.49º | 1% | 0.76% | - |
| HSV(B) | 220.49º | 0.48% | 1% | - |
| XYZ | 42.32 | 41.63 | 100.41 | - |
| YUV | 169.5 | 176.25 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 172 | 255 | 0.48 | 0.33 | 0 | 0 | 220.49 | 1 | 0.76 |
| Hex | 84 | AC | FF | 30 | 21 | 0 | 0 | DC | 64 | 4C |
| Octal | 204 | 254 | 377 | 60 | 41 | 0 | 0 | 334 | 144 | 114 |
| Binary | 10000100 | 10101100 | 11111111 | 110000 | 100001 | 0 | 0 | 11011100 | 1100100 | 1001100 |
Color Harmonies of #84ACFF
Complementary color
Monochromatic Colors of #84ACFF
Black with #84ACFF
Text Example
Text Example
White with #84ACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ACFF; }
p { color: rgb(132,172,255); }
H1.HeaderClassName
{
color: #84ACFF;
}
.AnyTagClassName
{
color: #84ACFF;
}
</style>
background-color css
<style>
a { background-color: #84ACFF; }
a { background-color: rgb(132,172,255); }
div.DivClassName
{
background-color: #84ACFF;
}
.BgClassName
{
background-color: #84ACFF;
}
</style>
border-color css
<style>
span { border-color: #84ACFF; }
span { border-color: rgb(132,172,255); }
td.TdClassName
{
border-color: #84ACFF;
}
.TagClassName
{
border-color: #84ACFF;
}
</style>