Html Css Color HEX #82AADD Jordy Blue

📋 copy color: '#82AADD'

red 130 ◦ green 170 ◦ blue 221

#82AADD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #82AADD

Tints of Jordy Blue #82AADD

RGB

 RED value IS 130 (51.17% from 255) = 24.95%

 GREEN value IS 170 (66.8% 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 value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#82AADD (or 0x82AADD) is known color: 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

RGB 130 170 221 -
CMYK 0.41 0.23 0 0.13
HSL 213.63º 0.57% 0.69% -
HSV(B) 213.63º 0.41% 0.87% -
XYZ 36.63 38.72 73.95 -
YUV 163.85 160.25 103.85 -
System Red Green Blue C M Y K H S L
Decimal 130 170 221 0.41 0.23 0 0.13 213.63 0.57 0.69
Hex 82 AA DD 29 17 0 D D6 39 45
Octal 202 252 335 51 27 0 15 326 71 105
Binary 10000010 10101010 11011101 101001 10111 0 1101 11010110 111001 1000101

Color Harmonies of #82AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AADD

Black with #82AADD

Text Example


Text Example

White with #82AADD

Text Example


Text Example

HTML Codes & Css Web 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>