#82A3DD

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

Shades of Jordy Blue #82A3DD

Tints of Jordy Blue #82A3DD

Color information

#82A3DD (or 0x82A3DD) is unknown color: approx Jordy Blue. HEX triplet: 82, A3 and DD. RGB value is (130,163,221). Sum of RGB (Red+Green+Blue) = 130+163+221=514 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.29% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #82A3DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A3DD is #7D5C22. Grayscale: #9F9F9F. Windows color (decimal): -8215587 or 14525314. OLE color: 14525314.

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

Color convert

RGB130163221-
CMYK0.410.2600.13
HSL218.24º57.23%68.82%-
HSV(B)218.24º41.18%86.67%-
XYZ35.3536.1673.52-
YUV159.74162.57106.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.29%
GREEN value IS 163 (64.06% from 255) = 31.71%
BLUE value IS 221 (86.72% from 255) = 43.00%
R=25.29%
G=31.71%
B=43.00%

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
Decimal1301632210.410.2600.13218.2457.2368.82
Hex82A3DD291A0Dda3945
Octal202243335513201533271105
Binary1000001010100011110111011010011101001101110110101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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