#80A4EA

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

Shades of Jordy Blue #80A4EA

Tints of Jordy Blue #80A4EA

Color information

#80A4EA (or 0x80A4EA) is unknown color: approx Jordy Blue. HEX triplet: 80, A4 and EA. RGB value is (128,164,234). Sum of RGB (Red+Green+Blue) = 128+164+234=526 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.33% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #80A4EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A4EA is #7F5B15. Grayscale: #A0A0A0. Windows color (decimal): -8346390 or 15377536. OLE color: 15377536.

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

Color convert

RGB128164234-
CMYK0.450.3000.08
HSL219.62º71.62%70.98%-
HSV(B)219.62º45.3%91.76%-
XYZ37.0337.0883.05-
YUV161.22169.07104.31-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.33%
GREEN value IS 164 (64.45% from 255) = 31.18%
BLUE value IS 234 (91.80% from 255) = 44.49%
R=24.33%
G=31.18%
B=44.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1281642340.450.3000.08219.6271.6270.98
Hex80A4EA2D1E08dc4847
Octal2002443525536010334110107
Binary10000000101001001110101010110111110010001101110010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80A4EA; }

 p { color: rgb(128,164,234); }

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

<style>
 a { background-color: #80A4EA; }

 a { background-color: rgb(128,164,234); }

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

<style>
 span { border-color: #80A4EA; }

 span { border-color: rgb(128,164,234); }

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