#82A4E9

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

Shades of Jordy Blue #82A4E9

Tints of Jordy Blue #82A4E9

Color information

#82A4E9 (or 0x82A4E9) is unknown color: approx Jordy Blue. HEX triplet: 82, A4 and E9. RGB value is (130,164,233). Sum of RGB (Red+Green+Blue) = 130+164+233=527 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.67% from 527); Green value is 164 (64.45% from 255 or 31.12% from 527); Blue value is 233 (91.41% from 255 or 44.21% from 527); Max value from RGB is 233 - color contains mainly: blue. Hex color #82A4E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82A4E9 is #7D5B16. Grayscale: #A1A1A1. Windows color (decimal): -8215319 or 15312002. OLE color: 15312002.

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

Color convert

RGB130164233-
CMYK0.440.3000.09
HSL220.19º70.07%71.18%-
HSV(B)220.19º44.21%91.37%-
XYZ37.1937.1882.31-
YUV161.7168.24105.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.67%
GREEN value IS 164 (64.45% from 255) = 31.12%
BLUE value IS 233 (91.41% from 255) = 44.21%
R=24.67%
G=31.12%
B=44.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1301642330.440.3000.09220.1970.0771.18
Hex82A4E92C1E09dc4647
Octal2022443515436011334106107
Binary10000010101001001110100110110011110010011101110010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A4E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,164,233); }

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

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

 a { background-color: rgb(130,164,233); }

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

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

 span { border-color: rgb(130,164,233); }

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