#84A7FD

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

Shades of Jordy Blue #84A7FD

Tints of Jordy Blue #84A7FD

Color information

#84A7FD (or 0x84A7FD) is unknown color: approx Jordy Blue. HEX triplet: 84, A7 and FD. RGB value is (132,167,253). Sum of RGB (Red+Green+Blue) = 132+167+253=552 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.91% from 552); Green value is 167 (65.62% from 255 or 30.25% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #84A7FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A7FD is #7B5802. Grayscale: #A5A5A5. Windows color (decimal): -8083459 or 16623492. OLE color: 16623492.

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

Color convert

RGB132167253-
CMYK0.480.3400.01
HSL222.64º96.8%75.49%-
HSV(B)222.64º47.83%99.22%-
XYZ41.0639.6398.41-
YUV166.34176.9103.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.91%
GREEN value IS 167 (65.62% from 255) = 30.25%
BLUE value IS 253 (99.22% from 255) = 45.83%
R=23.91%
G=30.25%
B=45.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1321672530.480.3400.01222.6496.875.49
Hex84A7FD302201df614b
Octal204247375604201337141113
Binary100001001010011111111101110000100010011101111111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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