#82A4DA

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

Shades of Jordy Blue #82A4DA

Tints of Jordy Blue #82A4DA

Color information

#82A4DA (or 0x82A4DA) is unknown color: approx Jordy Blue. HEX triplet: 82, A4 and DA. RGB value is (130,164,218). Sum of RGB (Red+Green+Blue) = 130+164+218=512 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.39% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #82A4DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A4DA is #7D5B25. Grayscale: #9F9F9F. Windows color (decimal): -8215334 or 14328962. OLE color: 14328962.

HSL color Cylindrical-coordinate representation of color #82A4DA: hue angle of 216.82º 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 #82A4DA is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB130164218-
CMYK0.400.2500.15
HSL216.82º54.32%68.24%-
HSV(B)216.82º40.37%85.49%-
XYZ35.1436.3671.5-
YUV159.99160.74106.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.39%
GREEN value IS 164 (64.45% from 255) = 32.03%
BLUE value IS 218 (85.55% from 255) = 42.58%
R=25.39%
G=32.03%
B=42.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1301642180.400.2500.15216.8254.3268.24
Hex82A4DA28190Fd93644
Octal202244332503101733166104
Binary1000001010100100110110101010001100101111110110011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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