#84A8EB

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

Shades of Jordy Blue #84A8EB

Tints of Jordy Blue #84A8EB

Color information

#84A8EB (or 0x84A8EB) is unknown color: approx Jordy Blue. HEX triplet: 84, A8 and EB. RGB value is (132,168,235). Sum of RGB (Red+Green+Blue) = 132+168+235=535 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.67% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #84A8EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A8EB is #7B5714. Grayscale: #A4A4A4. Windows color (decimal): -8083221 or 15444100. OLE color: 15444100.

HSL color Cylindrical-coordinate representation of color #84A8EB: hue angle of 219.03º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84A8EB is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB132168235-
CMYK0.440.2900.08
HSL219.03º72.03%71.96%-
HSV(B)219.03º43.83%92.16%-
XYZ38.5138.9184.08-
YUV164.87167.57104.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.67%
GREEN value IS 168 (66.02% from 255) = 31.40%
BLUE value IS 235 (92.19% from 255) = 43.93%
R=24.67%
G=31.40%
B=43.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1321682350.440.2900.08219.0372.0371.96
Hex84A8EB2C1D08db4848
Octal2042503535435010333110110
Binary10000100101010001110101110110011101010001101101110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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