Shades of Jordy Blue #84ACF1
Tints of Jordy Blue #84ACF1
RGB
CMYK
RGB Variations
Color information
#84ACF1 (or 0x84ACF1) is known color: Jordy Blue. HEX triplet: 84, AC and F1. RGB value is (132,172,241). Sum of RGB (Red+Green+Blue) = 132+172+241=545 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.22% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #84ACF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84ACF1 is #7B530E. Grayscale: #A7A7A7. Windows color (decimal): -8082191 or 15838340. OLE color: 15838340.
HSL color Cylindrical-coordinate representation of color #84ACF1: hue angle of 217.98º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84ACF1 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 172 | 241 | - |
| CMYK | 0.45 | 0.29 | 0 | 0.05 |
| HSL | 217.98º | 0.8% | 0.73% | - |
| HSV(B) | 217.98º | 0.45% | 0.95% | - |
| XYZ | 40.15 | 40.76 | 88.97 | - |
| YUV | 167.91 | 169.25 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 172 | 241 | 0.45 | 0.29 | 0 | 0.05 | 217.98 | 0.8 | 0.73 |
| Hex | 84 | AC | F1 | 2D | 1D | 0 | 5 | DA | 50 | 49 |
| Octal | 204 | 254 | 361 | 55 | 35 | 0 | 5 | 332 | 120 | 111 |
| Binary | 10000100 | 10101100 | 11110001 | 101101 | 11101 | 0 | 101 | 11011010 | 1010000 | 1001001 |
Color Harmonies of #84ACF1
Complementary color
Monochromatic Colors of #84ACF1
Black with #84ACF1
Text Example
Text Example
White with #84ACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ACF1; }
p { color: rgb(132,172,241); }
H1.HeaderClassName
{
color: #84ACF1;
}
.AnyTagClassName
{
color: #84ACF1;
}
</style>
background-color css
<style>
a { background-color: #84ACF1; }
a { background-color: rgb(132,172,241); }
div.DivClassName
{
background-color: #84ACF1;
}
.BgClassName
{
background-color: #84ACF1;
}
</style>
border-color css
<style>
span { border-color: #84ACF1; }
span { border-color: rgb(132,172,241); }
td.TdClassName
{
border-color: #84ACF1;
}
.TagClassName
{
border-color: #84ACF1;
}
</style>