#82A1DA

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

Shades of Jordy Blue #82A1DA

Tints of Jordy Blue #82A1DA

Color information

#82A1DA (or 0x82A1DA) is unknown color: approx Jordy Blue. HEX triplet: 82, A1 and DA. RGB value is (130,161,218). Sum of RGB (Red+Green+Blue) = 130+161+218=509 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.54% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #82A1DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A1DA is #7D5E25. Grayscale: #9D9D9D. Windows color (decimal): -8216102 or 14328194. OLE color: 14328194.

HSL color Cylindrical-coordinate representation of color #82A1DA: hue angle of 218.86º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82A1DA is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB130161218-
CMYK0.400.2600.15
HSL218.86º54.32%68.24%-
HSV(B)218.86º40.37%85.49%-
XYZ34.6135.371.32-
YUV158.23161.73107.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.54%
GREEN value IS 161 (63.28% from 255) = 31.63%
BLUE value IS 218 (85.55% from 255) = 42.83%
R=25.54%
G=31.63%
B=42.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1301612180.400.2600.15218.8654.3268.24
Hex82A1DA281A0Fdb3644
Octal202241332503201733366104
Binary1000001010100001110110101010001101001111110110111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,161,218); }

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

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

 a { background-color: rgb(130,161,218); }

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

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

 span { border-color: rgb(130,161,218); }

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