#84ACF7

Color #84ACF7 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #84ACF7

Tints of Jordy Blue #84ACF7

Color information

#84ACF7 (or 0x84ACF7) is unknown color: approx 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

RGB132172247-
CMYK0.470.3000.03
HSL219.13º87.79%74.31%-
HSV(B)219.13º46.56%96.86%-
XYZ41.0641.1393.77-
YUV168.59172.25101.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 23.96%
GREEN value IS 172 (67.58% from 255) = 31.22%
BLUE value IS 247 (96.88% from 255) = 44.83%
R=23.96%
G=31.22%
B=44.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1321722470.470.3000.03219.1387.7974.31
Hex84ACF72F1E03db584a
Octal204254367573603333130112
Binary100001001010110011110111101111111100111101101110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ACF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>