#82A3F5

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

Shades of Jordy Blue #82A3F5

Tints of Jordy Blue #82A3F5

Color information

#82A3F5 (or 0x82A3F5) is unknown color: approx Jordy Blue. HEX triplet: 82, A3 and F5. RGB value is (130,163,245). Sum of RGB (Red+Green+Blue) = 130+163+245=538 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.16% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 245 (96.09% from 255 or 45.54% from 538); Max value from RGB is 245 - color contains mainly: blue. Hex color #82A3F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82A3F5 is #7D5C0A. Grayscale: #A2A2A2. Windows color (decimal): -8215563 or 16098178. OLE color: 16098178.

HSL color Cylindrical-coordinate representation of color #82A3F5: hue angle of 222.78º 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 #82A3F5 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB130163245-
CMYK0.470.3300.04
HSL222.78º85.19%73.53%-
HSV(B)222.78º46.94%96.08%-
XYZ38.7837.5391.59-
YUV162.48174.57104.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.16%
GREEN value IS 163 (64.06% from 255) = 30.30%
BLUE value IS 245 (96.09% from 255) = 45.54%
R=24.16%
G=30.30%
B=45.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1301632450.470.3300.04222.7885.1973.53
Hex82A3F52F2104df554a
Octal202243365574104337125112
Binary10000010101000111111010110111110000101001101111110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A3F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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