#82A0E3

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

Shades of Jordy Blue #82A0E3

Tints of Jordy Blue #82A0E3

Color information

#82A0E3 (or 0x82A0E3) is unknown color: approx Jordy Blue. HEX triplet: 82, A0 and E3. RGB value is (130,160,227). Sum of RGB (Red+Green+Blue) = 130+160+227=517 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.15% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 227 (89.06% from 255 or 43.91% from 517); Max value from RGB is 227 - color contains mainly: blue. Hex color #82A0E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A0E3 is #7D5F1C. Grayscale: #9E9E9E. Windows color (decimal): -8216349 or 14917762. OLE color: 14917762.

HSL color Cylindrical-coordinate representation of color #82A0E3: hue angle of 221.44º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82A0E3 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB130160227-
CMYK0.430.3000.11
HSL221.44º63.4%70%-
HSV(B)221.44º42.73%89.02%-
XYZ35.6435.4377.63-
YUV158.67166.56107.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.15%
GREEN value IS 160 (62.89% from 255) = 30.95%
BLUE value IS 227 (89.06% from 255) = 43.91%
R=25.15%
G=30.95%
B=43.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1301602270.430.3000.11221.4463.470
Hex82A0E32B1E0Bdd3f46
Octal202240343533601333577106
Binary1000001010100000111000111010111111001011110111011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,160,227); }

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

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

 a { background-color: rgb(130,160,227); }

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

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

 span { border-color: rgb(130,160,227); }

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