#82A8EB

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

Shades of Jordy Blue #82A8EB

Tints of Jordy Blue #82A8EB

Color information

#82A8EB (or 0x82A8EB) is unknown color: approx Jordy Blue. HEX triplet: 82, A8 and EB. RGB value is (130,168,235). Sum of RGB (Red+Green+Blue) = 130+168+235=533 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.39% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #82A8EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82A8EB is #7D5714. Grayscale: #A3A3A3. Windows color (decimal): -8214293 or 15444098. OLE color: 15444098.

HSL color Cylindrical-coordinate representation of color #82A8EB: hue angle of 218.29º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82A8EB is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB130168235-
CMYK0.450.2900.08
HSL218.29º72.41%71.57%-
HSV(B)218.29º44.68%92.16%-
XYZ38.238.7584.06-
YUV164.28167.91103.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.39%
GREEN value IS 168 (66.02% from 255) = 31.52%
BLUE value IS 235 (92.19% from 255) = 44.09%
R=24.39%
G=31.52%
B=44.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1301682350.450.2900.08218.2972.4171.57
Hex82A8EB2D1D08da4848
Octal2022503535535010332110110
Binary10000010101010001110101110110111101010001101101010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,168,235); }

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

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

 a { background-color: rgb(130,168,235); }

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

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

 span { border-color: rgb(130,168,235); }

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