#84A3ED

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

Shades of Jordy Blue #84A3ED

Tints of Jordy Blue #84A3ED

Color information

#84A3ED (or 0x84A3ED) is unknown color: approx Jordy Blue. HEX triplet: 84, A3 and ED. RGB value is (132,163,237). Sum of RGB (Red+Green+Blue) = 132+163+237=532 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.81% from 532); Green value is 163 (64.06% from 255 or 30.64% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #84A3ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A3ED is #7B5C12. Grayscale: #A1A1A1. Windows color (decimal): -8084499 or 15573892. OLE color: 15573892.

HSL color Cylindrical-coordinate representation of color #84A3ED: hue angle of 222.29º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84A3ED is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB132163237-
CMYK0.440.3100.07
HSL222.29º74.47%72.35%-
HSV(B)222.29º44.3%92.94%-
XYZ37.937.2185.31-
YUV162.17170.23106.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.81%
GREEN value IS 163 (64.06% from 255) = 30.64%
BLUE value IS 237 (92.97% from 255) = 44.55%
R=24.81%
G=30.64%
B=44.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1321632370.440.3100.07222.2974.4772.35
Hex84A3ED2C1F07de4a48
Octal204243355543707336112110
Binary1000010010100011111011011011001111101111101111010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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