#82A2F5

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

Shades of Jordy Blue #82A2F5

Tints of Jordy Blue #82A2F5

Color information

#82A2F5 (or 0x82A2F5) is unknown color: approx Jordy Blue. HEX triplet: 82, A2 and F5. RGB value is (130,162,245). Sum of RGB (Red+Green+Blue) = 130+162+245=537 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.21% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 245 (96.09% from 255 or 45.62% from 537); Max value from RGB is 245 - color contains mainly: blue. Hex color #82A2F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82A2F5 is #7D5D0A. Grayscale: #A1A1A1. Windows color (decimal): -8215819 or 16097922. OLE color: 16097922.

HSL color Cylindrical-coordinate representation of color #82A2F5: hue angle of 223.3º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82A2F5 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB130162245-
CMYK0.470.3400.04
HSL223.3º85.19%73.53%-
HSV(B)223.3º46.94%96.08%-
XYZ38.6137.1891.53-
YUV161.89174.9105.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.21%
GREEN value IS 162 (63.67% from 255) = 30.17%
BLUE value IS 245 (96.09% from 255) = 45.62%
R=24.21%
G=30.17%
B=45.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1301622450.470.3400.04223.385.1973.53
Hex82A2F52F2204df554a
Octal202242365574204337125112
Binary10000010101000101111010110111110001001001101111110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A2F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,162,245); }

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

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

 a { background-color: rgb(130,162,245); }

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

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

 span { border-color: rgb(130,162,245); }

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