#84A2EE

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

Shades of Jordy Blue #84A2EE

Tints of Jordy Blue #84A2EE

Color information

#84A2EE (or 0x84A2EE) is unknown color: approx Jordy Blue. HEX triplet: 84, A2 and EE. RGB value is (132,162,238). Sum of RGB (Red+Green+Blue) = 132+162+238=532 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.81% from 532); Green value is 162 (63.67% from 255 or 30.45% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #84A2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A2EE is #7B5D11. Grayscale: #A1A1A1. Windows color (decimal): -8084754 or 15639172. OLE color: 15639172.

HSL color Cylindrical-coordinate representation of color #84A2EE: hue angle of 223.02º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84A2EE is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB132162238-
CMYK0.450.3200.07
HSL223.02º75.71%72.55%-
HSV(B)223.02º44.54%93.33%-
XYZ37.8736.9286.02-
YUV161.69171.06106.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.81%
GREEN value IS 162 (63.67% from 255) = 30.45%
BLUE value IS 238 (93.36% from 255) = 44.74%
R=24.81%
G=30.45%
B=44.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1321622380.450.3200.07223.0275.7172.55
Hex84A2EE2D2007df4c49
Octal204242356554007337114111
Binary10000100101000101110111010110110000001111101111110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,162,238); }

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

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

 a { background-color: rgb(132,162,238); }

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

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

 span { border-color: rgb(132,162,238); }

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