#82A3EA

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

Shades of Jordy Blue #82A3EA

Tints of Jordy Blue #82A3EA

Color information

#82A3EA (or 0x82A3EA) is unknown color: approx Jordy Blue. HEX triplet: 82, A3 and EA. RGB value is (130,163,234). Sum of RGB (Red+Green+Blue) = 130+163+234=527 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.67% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #82A3EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82A3EA is #7D5C15. Grayscale: #A0A0A0. Windows color (decimal): -8215574 or 15377282. OLE color: 15377282.

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

Color convert

RGB130163234-
CMYK0.440.3000.08
HSL220.96º71.23%71.37%-
HSV(B)220.96º44.44%91.76%-
XYZ37.1536.8883-
YUV161.23169.07105.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.67%
GREEN value IS 163 (64.06% from 255) = 30.93%
BLUE value IS 234 (91.80% from 255) = 44.40%
R=24.67%
G=30.93%
B=44.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1301632340.440.3000.08220.9671.2371.37
Hex82A3EA2C1E08dd4747
Octal2022433525436010335107107
Binary10000010101000111110101010110011110010001101110110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82A3EA; }

 p { color: rgb(130,163,234); }

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

<style>
 a { background-color: #82A3EA; }

 a { background-color: rgb(130,163,234); }

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

<style>
 span { border-color: #82A3EA; }

 span { border-color: rgb(130,163,234); }

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