#84A4E0

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

Shades of Jordy Blue #84A4E0

Tints of Jordy Blue #84A4E0

Color information

#84A4E0 (or 0x84A4E0) is unknown color: approx Jordy Blue. HEX triplet: 84, A4 and E0. RGB value is (132,164,224). Sum of RGB (Red+Green+Blue) = 132+164+224=520 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.38% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 224 - color contains mainly: blue. Hex color #84A4E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A4E0 is #7B5B1F. Grayscale: #A1A1A1. Windows color (decimal): -8084256 or 14722180. OLE color: 14722180.

HSL color Cylindrical-coordinate representation of color #84A4E0: hue angle of 219.13º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84A4E0 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB132164224-
CMYK0.410.2700.12
HSL219.13º59.74%69.8%-
HSV(B)219.13º41.07%87.84%-
XYZ36.2536.8475.72-
YUV161.27163.4107.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.38%
GREEN value IS 164 (64.45% from 255) = 31.54%
BLUE value IS 224 (87.89% from 255) = 43.08%
R=25.38%
G=31.54%
B=43.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1321642240.410.2700.12219.1359.7469.8
Hex84A4E0291B0Cdb3c46
Octal204244340513301433374106
Binary1000010010100100111000001010011101101100110110111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,164,224); }

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

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

 a { background-color: rgb(132,164,224); }

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

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

 span { border-color: rgb(132,164,224); }

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