#84AAEA

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

Shades of Jordy Blue #84AAEA

Tints of Jordy Blue #84AAEA

Color information

#84AAEA (or 0x84AAEA) is unknown color: approx Jordy Blue. HEX triplet: 84, AA and EA. RGB value is (132,170,234). Sum of RGB (Red+Green+Blue) = 132+170+234=536 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.63% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #84AAEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84AAEA is #7B5515. Grayscale: #A5A5A5. Windows color (decimal): -8082710 or 15379076. OLE color: 15379076.

HSL color Cylindrical-coordinate representation of color #84AAEA: hue angle of 217.65º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84AAEA is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB132170234-
CMYK0.440.2700.08
HSL217.65º70.83%71.76%-
HSV(B)217.65º43.59%91.76%-
XYZ38.7439.683.44-
YUV165.93166.41103.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.63%
GREEN value IS 170 (66.80% from 255) = 31.72%
BLUE value IS 234 (91.80% from 255) = 43.66%
R=24.63%
G=31.72%
B=43.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1321702340.440.2700.08217.6570.8371.76
Hex84AAEA2C1B08da4748
Octal2042523525433010332107110
Binary10000100101010101110101010110011011010001101101010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,170,234); }

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

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

 a { background-color: rgb(132,170,234); }

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

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

 span { border-color: rgb(132,170,234); }

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