Shades of Jordy Blue #84ACF9
Tints of Jordy Blue #84ACF9
RGB
CMYK
RGB Variations
Color information
#84ACF9 (or 0x84ACF9) is known color: Jordy Blue. HEX triplet: 84, AC and F9. RGB value is (132,172,249). Sum of RGB (Red+Green+Blue) = 132+172+249=553 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.87% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 249 (97.66% from 255 or 45.03% from 553); Max value from RGB is 249 - color contains mainly: blue. Hex color #84ACF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84ACF9 is #7B5306. Grayscale: #A8A8A8. Windows color (decimal): -8082183 or 16362628. OLE color: 16362628.
HSL color Cylindrical-coordinate representation of color #84ACF9: hue angle of 219.49º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84ACF9 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 172 | 249 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.02 |
| HSL | 219.49º | 0.91% | 0.75% | - |
| HSV(B) | 219.49º | 0.47% | 0.98% | - |
| XYZ | 41.37 | 41.25 | 95.4 | - |
| YUV | 168.82 | 173.25 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 172 | 249 | 0.47 | 0.31 | 0 | 0.02 | 219.49 | 0.91 | 0.75 |
| Hex | 84 | AC | F9 | 2F | 1F | 0 | 2 | DB | 5B | 4B |
| Octal | 204 | 254 | 371 | 57 | 37 | 0 | 2 | 333 | 133 | 113 |
| Binary | 10000100 | 10101100 | 11111001 | 101111 | 11111 | 0 | 10 | 11011011 | 1011011 | 1001011 |
Color Harmonies of #84ACF9
Complementary color
Monochromatic Colors of #84ACF9
Black with #84ACF9
Text Example
Text Example
White with #84ACF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ACF9; }
p { color: rgb(132,172,249); }
H1.HeaderClassName
{
color: #84ACF9;
}
.AnyTagClassName
{
color: #84ACF9;
}
</style>
background-color css
<style>
a { background-color: #84ACF9; }
a { background-color: rgb(132,172,249); }
div.DivClassName
{
background-color: #84ACF9;
}
.BgClassName
{
background-color: #84ACF9;
}
</style>
border-color css
<style>
span { border-color: #84ACF9; }
span { border-color: rgb(132,172,249); }
td.TdClassName
{
border-color: #84ACF9;
}
.TagClassName
{
border-color: #84ACF9;
}
</style>