#84ACE8

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

Shades of Jordy Blue #84ACE8

Tints of Jordy Blue #84ACE8

Color information

#84ACE8 (or 0x84ACE8) is unknown color: approx Jordy Blue. HEX triplet: 84, AC and E8. RGB value is (132,172,232). Sum of RGB (Red+Green+Blue) = 132+172+232=536 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.63% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 232 (91.02% from 255 or 43.28% from 536); Max value from RGB is 232 - color contains mainly: blue. Hex color #84ACE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84ACE8 is #7B5317. Grayscale: #A6A6A6. Windows color (decimal): -8082200 or 15248516. OLE color: 15248516.

HSL color Cylindrical-coordinate representation of color #84ACE8: hue angle of 216º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84ACE8 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB132172232-
CMYK0.430.2600.09
HSL216º68.49%71.37%-
HSV(B)216º43.1%90.98%-
XYZ38.8340.2482.06-
YUV166.88164.75103.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.63%
GREEN value IS 172 (67.58% from 255) = 32.09%
BLUE value IS 232 (91.02% from 255) = 43.28%
R=24.63%
G=32.09%
B=43.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1321722320.430.2600.0921668.4971.37
Hex84ACE82B1A09d84447
Octal2042543505332011330104107
Binary10000100101011001110100010101111010010011101100010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ACE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84ACE8; }

 p { color: rgb(132,172,232); }

 H1.HeaderClassName
 {
   color: #84ACE8;
 }
 .AnyTagClassName
 {
   color: #84ACE8;
 }
</style>
background-color css

<style>
 a { background-color: #84ACE8; }

 a { background-color: rgb(132,172,232); }

 div.DivClassName
 {
   background-color: #84ACE8;
 }
 .BgClassName
 {
   background-color: #84ACE8;
 }
</style>
border-color css

<style>
 span { border-color: #84ACE8; }

 span { border-color: rgb(132,172,232); }

 td.TdClassName
 {
   border-color: #84ACE8;
 }
 .TagClassName
 {
   border-color: #84ACE8;
 }
</style>