#82A6FE

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

Shades of Jordy Blue #82A6FE

Tints of Jordy Blue #82A6FE

Color information

#82A6FE (or 0x82A6FE) is unknown color: approx Jordy Blue. HEX triplet: 82, A6 and FE. RGB value is (130,166,254). Sum of RGB (Red+Green+Blue) = 130+166+254=550 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.64% from 550); Green value is 166 (65.23% from 255 or 30.18% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #82A6FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82A6FE is #7D5901. Grayscale: #A4A4A4. Windows color (decimal): -8214786 or 16688770. OLE color: 16688770.

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

Color convert

RGB130166254-
CMYK0.490.3500.00
HSL222.58º98.41%75.29%-
HSV(B)222.58º48.82%99.61%-
XYZ40.7339.1799.18-
YUV165.27178.07102.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.64%
GREEN value IS 166 (65.23% from 255) = 30.18%
BLUE value IS 254 (99.61% from 255) = 46.18%
R=23.64%
G=30.18%
B=46.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1301662540.490.3500.00222.5898.4175.29
Hex82A6FE312300df624b
Octal202246376614300337142113
Binary100000101010011011111110110001100011001101111111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,166,254); }

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

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

 a { background-color: rgb(130,166,254); }

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

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

 span { border-color: rgb(130,166,254); }

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