#80A0EA

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

Shades of Jordy Blue #80A0EA

Tints of Jordy Blue #80A0EA

Color information

#80A0EA (or 0x80A0EA) is unknown color: approx Jordy Blue. HEX triplet: 80, A0 and EA. RGB value is (128,160,234). Sum of RGB (Red+Green+Blue) = 128+160+234=522 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.52% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #80A0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A0EA is #7F5F15. Grayscale: #9E9E9E. Windows color (decimal): -8347414 or 15376512. OLE color: 15376512.

HSL color Cylindrical-coordinate representation of color #80A0EA: hue angle of 221.89º 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 #80A0EA is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB128160234-
CMYK0.450.3200.08
HSL221.89º71.62%70.98%-
HSV(B)221.89º45.3%91.76%-
XYZ36.3235.6782.81-
YUV158.87170.4105.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.52%
GREEN value IS 160 (62.89% from 255) = 30.65%
BLUE value IS 234 (91.80% from 255) = 44.83%
R=24.52%
G=30.65%
B=44.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1281602340.450.3200.08221.8971.6270.98
Hex80A0EA2D2008de4847
Octal2002403525540010336110107
Binary100000001010000011101010101101100000010001101111010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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