#84A6EB

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

Shades of Jordy Blue #84A6EB

Tints of Jordy Blue #84A6EB

Color information

#84A6EB (or 0x84A6EB) is unknown color: approx Jordy Blue. HEX triplet: 84, A6 and EB. RGB value is (132,166,235). Sum of RGB (Red+Green+Blue) = 132+166+235=533 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.77% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #84A6EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A6EB is #7B5914. Grayscale: #A3A3A3. Windows color (decimal): -8083733 or 15443588. OLE color: 15443588.

HSL color Cylindrical-coordinate representation of color #84A6EB: hue angle of 220.19º 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 #84A6EB is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB132166235-
CMYK0.440.2900.08
HSL220.19º72.03%71.96%-
HSV(B)220.19º43.83%92.16%-
XYZ38.1538.1883.96-
YUV163.7168.24105.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.77%
GREEN value IS 166 (65.23% from 255) = 31.14%
BLUE value IS 235 (92.19% from 255) = 44.09%
R=24.77%
G=31.14%
B=44.09%

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
Decimal1321662350.440.2900.08220.1972.0371.96
Hex84A6EB2C1D08dc4848
Octal2042463535435010334110110
Binary10000100101001101110101110110011101010001101110010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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