#82AEED

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

Shades of Jordy Blue #82AEED

Tints of Jordy Blue #82AEED

Color information

#82AEED (or 0x82AEED) is unknown color: approx Jordy Blue. HEX triplet: 82, AE and ED. RGB value is (130,174,237). Sum of RGB (Red+Green+Blue) = 130+174+237=541 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.03% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #82AEED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82AEED is #7D5112. Grayscale: #A7A7A7. Windows color (decimal): -8212755 or 15576706. OLE color: 15576706.

HSL color Cylindrical-coordinate representation of color #82AEED: hue angle of 215.33º degrees, saturation: 0.75, 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 #82AEED is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB130174237-
CMYK0.450.2700.07
HSL215.33º74.83%71.96%-
HSV(B)215.33º45.15%92.94%-
XYZ39.6341.1385.97-
YUV168.03166.92100.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.03%
GREEN value IS 174 (68.36% from 255) = 32.16%
BLUE value IS 237 (92.97% from 255) = 43.81%
R=24.03%
G=32.16%
B=43.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1301742370.450.2700.07215.3374.8371.96
Hex82AEED2D1B07d74b48
Octal202256355553307327113110
Binary1000001010101110111011011011011101101111101011110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,174,237); }

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

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

 a { background-color: rgb(130,174,237); }

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

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

 span { border-color: rgb(130,174,237); }

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