#82A5DE

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

Shades of Jordy Blue #82A5DE

Tints of Jordy Blue #82A5DE

Color information

#82A5DE (or 0x82A5DE) is unknown color: approx Jordy Blue. HEX triplet: 82, A5 and DE. RGB value is (130,165,222). Sum of RGB (Red+Green+Blue) = 130+165+222=517 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.15% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #82A5DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A5DE is #7D5A21. Grayscale: #A0A0A0. Windows color (decimal): -8215074 or 14591362. OLE color: 14591362.

HSL color Cylindrical-coordinate representation of color #82A5DE: hue angle of 217.17º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82A5DE is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB130165222-
CMYK0.410.2600.13
HSL217.17º58.23%69.02%-
HSV(B)217.17º41.44%87.06%-
XYZ35.8536.9374.35-
YUV161.03162.4105.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.15%
GREEN value IS 165 (64.84% from 255) = 31.91%
BLUE value IS 222 (87.11% from 255) = 42.94%
R=25.15%
G=31.91%
B=42.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1301652220.410.2600.13217.1758.2369.02
Hex82A5DE291A0Dd93a45
Octal202245336513201533172105
Binary1000001010100101110111101010011101001101110110011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,165,222); }

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

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

 a { background-color: rgb(130,165,222); }

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

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

 span { border-color: rgb(130,165,222); }

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