Html Css Color HEX #82AAEE Jordy Blue

📋 copy color: '#82AAEE'

red 130 ◦ green 170 ◦ blue 238

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

Shades of Jordy Blue #82AAEE

Tints of Jordy Blue #82AAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.24%

R = 24.16%
G = 31.6%
B = 44.24%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#82AAEE (or 0x82AAEE) is known color: Jordy Blue. HEX triplet: 82, AA and EE. RGB value is (130,170,238). Sum of RGB (Red+Green+Blue) = 130+170+238=538 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.16% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #82AAEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82AAEE is #7D5511. Grayscale: #A5A5A5. Windows color (decimal): -8213778 or 15641218. OLE color: 15641218.

HSL color Cylindrical-coordinate representation of color #82AAEE: hue angle of 217.78º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82AAEE is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 170 238 -
CMYK 0.45 0.29 0 0.07
HSL 217.78º 0.76% 0.72% -
HSV(B) 217.78º 0.45% 0.93% -
XYZ 39.01 39.67 86.49 -
YUV 165.79 168.75 102.47 -
System Red Green Blue C M Y K H S L
Decimal 130 170 238 0.45 0.29 0 0.07 217.78 0.76 0.72
Hex 82 AA EE 2D 1D 0 7 DA 4C 48
Octal 202 252 356 55 35 0 7 332 114 110
Binary 10000010 10101010 11101110 101101 11101 0 111 11011010 1001100 1001000

Color Harmonies of #82AAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AAEE

Black with #82AAEE

Text Example


Text Example

White with #82AAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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