#84A3F9

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

Shades of Jordy Blue #84A3F9

Tints of Jordy Blue #84A3F9

Color information

#84A3F9 (or 0x84A3F9) is unknown color: approx Jordy Blue. HEX triplet: 84, A3 and F9. RGB value is (132,163,249). Sum of RGB (Red+Green+Blue) = 132+163+249=544 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.26% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 249 - color contains mainly: blue. Hex color #84A3F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A3F9 is #7B5C06. Grayscale: #A3A3A3. Windows color (decimal): -8084487 or 16360324. OLE color: 16360324.

HSL color Cylindrical-coordinate representation of color #84A3F9: hue angle of 224.1º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84A3F9 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB132163249-
CMYK0.470.3500.02
HSL224.1º90.7%74.71%-
HSV(B)224.1º46.99%97.65%-
XYZ39.7137.9494.85-
YUV163.54176.23105.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.26%
GREEN value IS 163 (64.06% from 255) = 29.96%
BLUE value IS 249 (97.66% from 255) = 45.77%
R=24.26%
G=29.96%
B=45.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1321632490.470.3500.02224.190.774.71
Hex84A3F92F2302e05b4b
Octal204243371574302340133113
Binary1000010010100011111110011011111000110101110000010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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