#84A9FD

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

Shades of Jordy Blue #84A9FD

Tints of Jordy Blue #84A9FD

Color information

#84A9FD (or 0x84A9FD) is unknown color: approx Jordy Blue. HEX triplet: 84, A9 and FD. RGB value is (132,169,253). Sum of RGB (Red+Green+Blue) = 132+169+253=554 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.83% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #84A9FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A9FD is #7B5602. Grayscale: #A7A7A7. Windows color (decimal): -8082947 or 16624004. OLE color: 16624004.

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

Color convert

RGB132169253-
CMYK0.480.3300.01
HSL221.65º96.8%75.49%-
HSV(B)221.65º47.83%99.22%-
XYZ41.4340.3798.54-
YUV167.51176.24102.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.83%
GREEN value IS 169 (66.41% from 255) = 30.51%
BLUE value IS 253 (99.22% from 255) = 45.67%
R=23.83%
G=30.51%
B=45.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1321692530.480.3300.01221.6596.875.49
Hex84A9FD302101de614b
Octal204251375604101336141113
Binary100001001010100111111101110000100001011101111011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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