#84A3FC

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

Shades of Jordy Blue #84A3FC

Tints of Jordy Blue #84A3FC

Color information

#84A3FC (or 0x84A3FC) is unknown color: approx Jordy Blue. HEX triplet: 84, A3 and FC. RGB value is (132,163,252). Sum of RGB (Red+Green+Blue) = 132+163+252=547 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.13% from 547); Green value is 163 (64.06% from 255 or 29.80% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #84A3FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A3FC is #7B5C03. Grayscale: #A3A3A3. Windows color (decimal): -8084484 or 16556932. OLE color: 16556932.

HSL color Cylindrical-coordinate representation of color #84A3FC: hue angle of 224.5º degrees, saturation: 0.95, 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 #84A3FC is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB132163252-
CMYK0.480.3500.01
HSL224.5º95.24%75.29%-
HSV(B)224.5º47.62%98.82%-
XYZ40.1838.1397.34-
YUV163.88177.73105.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.13%
GREEN value IS 163 (64.06% from 255) = 29.80%
BLUE value IS 252 (98.83% from 255) = 46.07%
R=24.13%
G=29.80%
B=46.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1321632520.480.3500.01224.595.2475.29
Hex84A3FC302301e05f4b
Octal204243374604301340137113
Binary100001001010001111111100110000100011011110000010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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