#84A8FD

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

Shades of Jordy Blue #84A8FD

Tints of Jordy Blue #84A8FD

Color information

#84A8FD (or 0x84A8FD) is unknown color: approx Jordy Blue. HEX triplet: 84, A8 and FD. RGB value is (132,168,253). Sum of RGB (Red+Green+Blue) = 132+168+253=553 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.87% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #84A8FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A8FD is #7B5702. Grayscale: #A6A6A6. Windows color (decimal): -8083203 or 16623748. OLE color: 16623748.

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

Color convert

RGB132168253-
CMYK0.480.3400.01
HSL222.15º96.8%75.49%-
HSV(B)222.15º47.83%99.22%-
XYZ41.254098.48-
YUV166.93176.57103.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.87%
GREEN value IS 168 (66.02% from 255) = 30.38%
BLUE value IS 253 (99.22% from 255) = 45.75%
R=23.87%
G=30.38%
B=45.75%

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
Decimal1321682530.480.3400.01222.1596.875.49
Hex84A8FD302201de614b
Octal204250375604201336141113
Binary100001001010100011111101110000100010011101111011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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