#82A4DD

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

Shades of Jordy Blue #82A4DD

Tints of Jordy Blue #82A4DD

Color information

#82A4DD (or 0x82A4DD) is unknown color: approx Jordy Blue. HEX triplet: 82, A4 and DD. RGB value is (130,164,221). Sum of RGB (Red+Green+Blue) = 130+164+221=515 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.24% from 515); Green value is 164 (64.45% from 255 or 31.84% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #82A4DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A4DD is #7D5B22. Grayscale: #A0A0A0. Windows color (decimal): -8215331 or 14525570. OLE color: 14525570.

HSL color Cylindrical-coordinate representation of color #82A4DD: hue angle of 217.58º degrees, saturation: 0.57, 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 #82A4DD is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB130164221-
CMYK0.410.2600.13
HSL217.58º57.23%68.82%-
HSV(B)217.58º41.18%86.67%-
XYZ35.5336.5273.58-
YUV160.33162.24106.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.24%
GREEN value IS 164 (64.45% from 255) = 31.84%
BLUE value IS 221 (86.72% from 255) = 42.91%
R=25.24%
G=31.84%
B=42.91%

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
Decimal1301642210.410.2600.13217.5857.2368.82
Hex82A4DD291A0Dda3945
Octal202244335513201533271105
Binary1000001010100100110111011010011101001101110110101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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