#84A8DB

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

Shades of Jordy Blue #84A8DB

Tints of Jordy Blue #84A8DB

Color information

#84A8DB (or 0x84A8DB) is unknown color: approx Jordy Blue. HEX triplet: 84, A8 and DB. RGB value is (132,168,219). Sum of RGB (Red+Green+Blue) = 132+168+219=519 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.43% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #84A8DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A8DB is #7B5724. Grayscale: #A2A2A2. Windows color (decimal): -8083237 or 14395524. OLE color: 14395524.

HSL color Cylindrical-coordinate representation of color #84A8DB: hue angle of 215.17º 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 #84A8DB is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB132168219-
CMYK0.400.2300.14
HSL215.17º54.72%68.82%-
HSV(B)215.17º39.73%85.88%-
XYZ36.338.0372.44-
YUV163.05159.57105.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.43%
GREEN value IS 168 (66.02% from 255) = 32.37%
BLUE value IS 219 (85.94% from 255) = 42.20%
R=25.43%
G=32.37%
B=42.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1321682190.400.2300.14215.1754.7268.82
Hex84A8DB28170Ed73745
Octal204250333502701632767105
Binary1000010010101000110110111010001011101110110101111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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