#84A2DA

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

Shades of Jordy Blue #84A2DA

Tints of Jordy Blue #84A2DA

Color information

#84A2DA (or 0x84A2DA) is unknown color: approx Jordy Blue. HEX triplet: 84, A2 and DA. RGB value is (132,162,218). Sum of RGB (Red+Green+Blue) = 132+162+218=512 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.78% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #84A2DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A2DA is #7B5D25. Grayscale: #9F9F9F. Windows color (decimal): -8084774 or 14328452. OLE color: 14328452.

HSL color Cylindrical-coordinate representation of color #84A2DA: hue angle of 219.07º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84A2DA is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB132162218-
CMYK0.390.2600.15
HSL219.07º53.75%68.63%-
HSV(B)219.07º39.45%85.49%-
XYZ35.0935.8171.39-
YUV159.41161.06108.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.78%
GREEN value IS 162 (63.67% from 255) = 31.64%
BLUE value IS 218 (85.55% from 255) = 42.58%
R=25.78%
G=31.64%
B=42.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1321622180.390.2600.15219.0753.7568.63
Hex84A2DA271A0Fdb3645
Octal204242332473201733366105
Binary1000010010100010110110101001111101001111110110111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,162,218); }

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

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

 a { background-color: rgb(132,162,218); }

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

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

 span { border-color: rgb(132,162,218); }

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