#82A4FF

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

Shades of Jordy Blue #82A4FF

Tints of Jordy Blue #82A4FF

Color information

#82A4FF (or 0x82A4FF) is unknown color: approx Jordy Blue. HEX triplet: 82, A4 and FF. RGB value is (130,164,255). Sum of RGB (Red+Green+Blue) = 130+164+255=549 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.68% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #82A4FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82A4FF is #7D5B00. Grayscale: #A3A3A3. Windows color (decimal): -8215297 or 16753794. OLE color: 16753794.

HSL color Cylindrical-coordinate representation of color #82A4FF: hue angle of 223.68º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82A4FF is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB130164255-
CMYK0.490.3600
HSL223.68º100%75.49%-
HSV(B)223.68º49.02%100%-
XYZ40.5338.5299.91-
YUV164.21179.24103.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.68%
GREEN value IS 164 (64.45% from 255) = 29.87%
BLUE value IS 255 (100% from 255) = 46.45%
R=23.68%
G=29.87%
B=46.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1301642550.490.3600223.6810075.49
Hex82A4FF312400e0644b
Octal202244377614400340144113
Binary100000101010010011111111110001100100001110000011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,164,255); }

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

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

 a { background-color: rgb(130,164,255); }

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

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

 span { border-color: rgb(130,164,255); }

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