#84AAED

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

Shades of Jordy Blue #84AAED

Tints of Jordy Blue #84AAED

Color information

#84AAED (or 0x84AAED) is unknown color: approx Jordy Blue. HEX triplet: 84, AA and ED. RGB value is (132,170,237). Sum of RGB (Red+Green+Blue) = 132+170+237=539 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.49% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #84AAED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84AAED is #7B5512. Grayscale: #A5A5A5. Windows color (decimal): -8082707 or 15575684. OLE color: 15575684.

HSL color Cylindrical-coordinate representation of color #84AAED: hue angle of 218.29º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84AAED is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB132170237-
CMYK0.440.2800.07
HSL218.29º74.47%72.35%-
HSV(B)218.29º44.3%92.94%-
XYZ39.1839.7785.73-
YUV166.28167.91103.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.49%
GREEN value IS 170 (66.80% from 255) = 31.54%
BLUE value IS 237 (92.97% from 255) = 43.97%
R=24.49%
G=31.54%
B=43.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1321702370.440.2800.07218.2974.4772.35
Hex84AAED2C1C07da4a48
Octal204252355543407332112110
Binary1000010010101010111011011011001110001111101101010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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