Html Css Color HEX #82AAE5 Jordy Blue

📋 copy color: '#82AAE5'

red 130 ◦ green 170 ◦ blue 229

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

Shades of Jordy Blue #82AAE5

Tints of Jordy Blue #82AAE5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.14%

 BLUE value IS 229 (89.84% from 255) = 43.29%

R = 24.57%
G = 32.14%
B = 43.29%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#82AAE5 (or 0x82AAE5) is known color: Jordy Blue. HEX triplet: 82, AA and E5. RGB value is (130,170,229). Sum of RGB (Red+Green+Blue) = 130+170+229=529 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.57% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 229 - color contains mainly: blue. Hex color #82AAE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AAE5 is #7D551A. Grayscale: #A4A4A4. Windows color (decimal): -8213787 or 15051394. OLE color: 15051394.

HSL color Cylindrical-coordinate representation of color #82AAE5: hue angle of 215.76º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82AAE5 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 130 170 229 -
CMYK 0.43 0.26 0 0.10
HSL 215.76º 0.66% 0.7% -
HSV(B) 215.76º 0.43% 0.9% -
XYZ 37.72 39.15 79.7 -
YUV 164.77 164.25 103.2 -
System Red Green Blue C M Y K H S L
Decimal 130 170 229 0.43 0.26 0 0.10 215.76 0.66 0.7
Hex 82 AA E5 2B 1A 0 A D8 42 46
Octal 202 252 345 53 32 0 12 330 102 106
Binary 10000010 10101010 11100101 101011 11010 0 1010 11011000 1000010 1000110

Color Harmonies of #82AAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AAE5

Black with #82AAE5

Text Example


Text Example

White with #82AAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82AAE5;
 }
 .AnyTagClassName
 {
   color: #82AAE5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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