#84A2DF

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

Shades of Jordy Blue #84A2DF

Tints of Jordy Blue #84A2DF

Color information

#84A2DF (or 0x84A2DF) is unknown color: approx Jordy Blue. HEX triplet: 84, A2 and DF. RGB value is (132,162,223). Sum of RGB (Red+Green+Blue) = 132+162+223=517 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.53% from 517); Green value is 162 (63.67% from 255 or 31.33% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #84A2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A2DF is #7B5D20. Grayscale: #9F9F9F. Windows color (decimal): -8084769 or 14656132. OLE color: 14656132.

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

Color convert

RGB132162223-
CMYK0.410.2700.13
HSL220.22º58.71%69.61%-
HSV(B)220.22º40.81%87.45%-
XYZ35.7636.0774.89-
YUV159.98163.56108.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.53%
GREEN value IS 162 (63.67% from 255) = 31.33%
BLUE value IS 223 (87.5% from 255) = 43.13%
R=25.53%
G=31.33%
B=43.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321622230.410.2700.13220.2258.7169.61
Hex84A2DF291B0Ddc3b46
Octal204242337513301533473106
Binary1000010010100010110111111010011101101101110111001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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