#82AADD

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

Shades of Jordy Blue #82AADD

Tints of Jordy Blue #82AADD

Color information

#82AADD (or 0x82AADD) is unknown color: approx Jordy Blue. HEX triplet: 82, AA and DD. RGB value is (130,170,221). Sum of RGB (Red+Green+Blue) = 130+170+221=521 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.95% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #82AADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AADD is #7D5522. Grayscale: #A3A3A3. Windows color (decimal): -8213795 or 14527106. OLE color: 14527106.

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

Color convert

RGB130170221-
CMYK0.410.2300.13
HSL213.63º57.23%68.82%-
HSV(B)213.63º41.18%86.67%-
XYZ36.6338.7273.95-
YUV163.85160.25103.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.95%
GREEN value IS 170 (66.80% from 255) = 32.63%
BLUE value IS 221 (86.72% from 255) = 42.42%
R=24.95%
G=32.63%
B=42.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1301702210.410.2300.13213.6357.2368.82
Hex82AADD29170Dd63945
Octal202252335512701532671105
Binary1000001010101010110111011010011011101101110101101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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