#84A5E1

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

Shades of Jordy Blue #84A5E1

Tints of Jordy Blue #84A5E1

Color information

#84A5E1 (or 0x84A5E1) is unknown color: approx Jordy Blue. HEX triplet: 84, A5 and E1. RGB value is (132,165,225). Sum of RGB (Red+Green+Blue) = 132+165+225=522 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.29% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 225 (88.28% from 255 or 43.10% from 522); Max value from RGB is 225 - color contains mainly: blue. Hex color #84A5E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A5E1 is #7B5A1E. Grayscale: #A1A1A1. Windows color (decimal): -8083999 or 14787972. OLE color: 14787972.

HSL color Cylindrical-coordinate representation of color #84A5E1: hue angle of 218.71º degrees, saturation: 0.61, 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 #84A5E1 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB132165225-
CMYK0.410.2700.12
HSL218.71º60.78%70%-
HSV(B)218.71º41.33%88.24%-
XYZ36.5637.2576.5-
YUV161.97163.57106.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.29%
GREEN value IS 165 (64.84% from 255) = 31.61%
BLUE value IS 225 (88.28% from 255) = 43.10%
R=25.29%
G=31.61%
B=43.10%

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
Decimal1321652250.410.2700.12218.7160.7870
Hex84A5E1291B0Cdb3d46
Octal204245341513301433375106
Binary1000010010100101111000011010011101101100110110111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,165,225); }

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

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

 a { background-color: rgb(132,165,225); }

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

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

 span { border-color: rgb(132,165,225); }

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