#84A3FD

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

Shades of Jordy Blue #84A3FD

Tints of Jordy Blue #84A3FD

Color information

#84A3FD (or 0x84A3FD) is unknown color: approx Jordy Blue. HEX triplet: 84, A3 and FD. RGB value is (132,163,253). Sum of RGB (Red+Green+Blue) = 132+163+253=548 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.09% from 548); Green value is 163 (64.06% from 255 or 29.74% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #84A3FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A3FD is #7B5C02. Grayscale: #A3A3A3. Windows color (decimal): -8084483 or 16622468. OLE color: 16622468.

HSL color Cylindrical-coordinate representation of color #84A3FD: hue angle of 224.63º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84A3FD is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB132163253-
CMYK0.480.3600.01
HSL224.63º96.8%75.49%-
HSV(B)224.63º47.83%99.22%-
XYZ40.3438.1998.17-
YUV163.99178.23105.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.09%
GREEN value IS 163 (64.06% from 255) = 29.74%
BLUE value IS 253 (99.22% from 255) = 46.17%
R=24.09%
G=29.74%
B=46.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1321632530.480.3600.01224.6396.875.49
Hex84A3FD302401e1614b
Octal204243375604401341141113
Binary100001001010001111111101110000100100011110000111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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