Shades of Jordy Blue #84ACF7
Tints of Jordy Blue #84ACF7
RGB
CMYK
RGB Variations
Color information
#84ACF7 (or 0x84ACF7) is known color: Jordy Blue. HEX triplet: 84, AC and F7. RGB value is (132,172,247). Sum of RGB (Red+Green+Blue) = 132+172+247=551 (72% of max value = 765). Red value is 132 (51.95% from 255 or 23.96% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 247 (96.88% from 255 or 44.83% from 551); Max value from RGB is 247 - color contains mainly: blue. Hex color #84ACF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84ACF7 is #7B5308. Grayscale: #A8A8A8. Windows color (decimal): -8082185 or 16231556. OLE color: 16231556.
HSL color Cylindrical-coordinate representation of color #84ACF7: hue angle of 219.13º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84ACF7 is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 172 | 247 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.03 |
| HSL | 219.13º | 0.88% | 0.74% | - |
| HSV(B) | 219.13º | 0.47% | 0.97% | - |
| XYZ | 41.06 | 41.13 | 93.77 | - |
| YUV | 168.59 | 172.25 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 172 | 247 | 0.47 | 0.30 | 0 | 0.03 | 219.13 | 0.88 | 0.74 |
| Hex | 84 | AC | F7 | 2F | 1E | 0 | 3 | DB | 58 | 4A |
| Octal | 204 | 254 | 367 | 57 | 36 | 0 | 3 | 333 | 130 | 112 |
| Binary | 10000100 | 10101100 | 11110111 | 101111 | 11110 | 0 | 11 | 11011011 | 1011000 | 1001010 |
Color Harmonies of #84ACF7
Complementary color
Monochromatic Colors of #84ACF7
Black with #84ACF7
Text Example
Text Example
White with #84ACF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ACF7; }
p { color: rgb(132,172,247); }
H1.HeaderClassName
{
color: #84ACF7;
}
.AnyTagClassName
{
color: #84ACF7;
}
</style>
background-color css
<style>
a { background-color: #84ACF7; }
a { background-color: rgb(132,172,247); }
div.DivClassName
{
background-color: #84ACF7;
}
.BgClassName
{
background-color: #84ACF7;
}
</style>
border-color css
<style>
span { border-color: #84ACF7; }
span { border-color: rgb(132,172,247); }
td.TdClassName
{
border-color: #84ACF7;
}
.TagClassName
{
border-color: #84ACF7;
}
</style>