#84A3DB

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

Shades of Jordy Blue #84A3DB

Tints of Jordy Blue #84A3DB

Color information

#84A3DB (or 0x84A3DB) is unknown color: approx Jordy Blue. HEX triplet: 84, A3 and DB. RGB value is (132,163,219). Sum of RGB (Red+Green+Blue) = 132+163+219=514 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.68% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #84A3DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A3DB is #7B5C24. Grayscale: #9F9F9F. Windows color (decimal): -8084517 or 14394244. OLE color: 14394244.

HSL color Cylindrical-coordinate representation of color #84A3DB: hue angle of 218.62º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84A3DB is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB132163219-
CMYK0.400.2600.14
HSL218.62º54.72%68.82%-
HSV(B)218.62º39.73%85.88%-
XYZ35.436.2172.14-
YUV160.12161.23107.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.68%
GREEN value IS 163 (64.06% from 255) = 31.71%
BLUE value IS 219 (85.94% from 255) = 42.61%
R=25.68%
G=31.71%
B=42.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1321632190.400.2600.14218.6254.7268.82
Hex84A3DB281A0Edb3745
Octal204243333503201633367105
Binary1000010010100011110110111010001101001110110110111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,163,219); }

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

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

 a { background-color: rgb(132,163,219); }

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

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

 span { border-color: rgb(132,163,219); }

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